Skip to content

Commit 3560413

Browse files
authored
Merge pull request #1094 from ims21/python3
EPGSearch - add show search text in title
2 parents adeda83 + 6cf2fb4 commit 3560413

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

epgsearch/src/EPGSearch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ def searchEPG(self, searchString=None, searchSave=True):
941941
l.list = []
942942
l.l.setList(l.list)
943943
self.currSearch = searchString
944+
self.setTitle("%s: %s" % (_("EPG Search"), searchString))
944945
if searchSave:
945946
# Maintain history
946947
history = config.plugins.epgsearch.history.value

0 commit comments

Comments
 (0)