There was an error while loading. Please reload this page.
2 parents adeda83 + 6cf2fb4 commit 3560413Copy full SHA for 3560413
1 file changed
epgsearch/src/EPGSearch.py
@@ -941,6 +941,7 @@ def searchEPG(self, searchString=None, searchSave=True):
941
l.list = []
942
l.l.setList(l.list)
943
self.currSearch = searchString
944
+ self.setTitle("%s: %s" % (_("EPG Search"), searchString))
945
if searchSave:
946
# Maintain history
947
history = config.plugins.epgsearch.history.value
0 commit comments