RC Keys "<" and ">" did not work in EPG List -> fixed
authorDr.Best <dr_best@users.schwerkraft.elitedvb.net>
Sun, 21 Jun 2009 19:26:40 +0000 (19:26 +0000)
committerDr.Best <dr_best@users.schwerkraft.elitedvb.net>
Sun, 21 Jun 2009 19:26:40 +0000 (19:26 +0000)
quickbutton/src/plugin.py

index afe3344..5c1cc78 100644 (file)
@@ -119,8 +119,9 @@ def startPlugin(self,pname):
        no_plugin = True
        if pname != _("Nothing"):
                if pname == _("EPG List"):
-                       from Screens.EpgSelection import EPGSelection
-                       self.session.open(EPGSelection, self.session.nav.getCurrentlyPlayingServiceReference())
+                       from  Screens.InfoBarGenerics import InfoBarEPG
+                       if isinstance(self, InfoBarEPG):
+                               self.openSingleServiceEPG()
                        no_plugin = False
                elif pname == _("MediaPlayer"):
                        try: # falls es nicht installiert ist