From 9e0783f71e37ee01c3e4861392234221cec323ce Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 12 Jul 2006 11:03:52 +0000 Subject: fix non working timeshift stop when press the TV Button --- lib/python/Screens/InfoBar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/InfoBar.py') 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, \ -- cgit v1.2.3