small optimizations and cleanups by Moritz Venn
[enigma2.git] / lib / python / Components / EpgList.py
index 8bd8e75922ba83f8189f2ac8a492f7eb28164117..2494ca0808b30c30f11d9679dd0e3b58b1bae81e 100644 (file)
@@ -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):