diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-12 11:03:52 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-12 11:03:52 +0000 |
| commit | 9e0783f71e37ee01c3e4861392234221cec323ce (patch) | |
| tree | 7fcb1b2567f37d8dd7e2eb04d41f0868125a54e2 /lib/python/Screens/InfoBar.py | |
| parent | 633c730e5feed206333c5174d53c6384c08047b2 (diff) | |
| download | enigma2-9e0783f71e37ee01c3e4861392234221cec323ce.tar.gz enigma2-9e0783f71e37ee01c3e4861392234221cec323ce.zip | |
fix non working timeshift stop when press the TV Button
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
| -rw-r--r-- | lib/python/Screens/InfoBar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 5d6e32a5..9d3e327c 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -45,7 +45,7 @@ class InfoBar(InfoBarShowHide, "showMovies": (self.showMovies, _("Play recorded movies...")), "showRadio": (self.showRadio, _("Show the radio player...")), "showTv": (self.showTv, _("Show the tv player...")), - }) + }, prio=2) for x in HelpableScreen, \ InfoBarShowHide, \ |
