fix non working timeshift stop when press the TV Button
[enigma2.git] / lib / python / Screens / InfoBar.py
index 5d6e32a5e0a844cba1964f31804142977bb0def7..9d3e327cae06d789d8edbb84930c3bd6c8ac5e8a 100644 (file)
@@ -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, \