git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo
[enigma2.git]
/
lib
/
python
/
Components
/
EpgList.py
diff --git
a/lib/python/Components/EpgList.py
b/lib/python/Components/EpgList.py
index 8bd8e75922ba83f8189f2ac8a492f7eb28164117..2494ca0808b30c30f11d9679dd0e3b58b1bae81e 100644
(file)
--- a/
lib/python/Components/EpgList.py
+++ b/
lib/python/Components/EpgList.py
@@
-289,6
+289,7
@@
class EPGList(HTMLComponent, GUIComponent):
else:
assert(type == 0)
list.sort(key=lambda x: x[2])
+ self.l.invalidate()
self.moveToEventId(event_id)
def getSelectedEventId(self):