diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-15 14:00:01 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-15 14:00:01 +0100 |
| commit | a6a87622d681f49887a2b8244e0c0639415383db (patch) | |
| tree | 898d70eeb8596161158d771eb4845884f43fa5a4 /lib/python/Components/EpgList.py | |
| parent | f7fd9d049d5fbccac4b4a12b9eab774bc6238219 (diff) | |
| download | enigma2-a6a87622d681f49887a2b8244e0c0639415383db.tar.gz enigma2-a6a87622d681f49887a2b8244e0c0639415383db.zip | |
invalidate listboxcontent on epglist sort
Diffstat (limited to 'lib/python/Components/EpgList.py')
| -rw-r--r-- | lib/python/Components/EpgList.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Components/EpgList.py b/lib/python/Components/EpgList.py index 8bd8e759..2494ca08 100644 --- 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): |
