summaryrefslogtreecommitdiff
path: root/quickbutton
diff options
context:
space:
mode:
authorDr.Best <dr_best@users.schwerkraft.elitedvb.net>2009-06-21 19:26:40 (GMT)
committerDr.Best <dr_best@users.schwerkraft.elitedvb.net>2009-06-21 19:26:40 (GMT)
commit4ee9407013b1a5c8bbb666669df910d6f4e08062 (patch)
tree4123a725e37fa893e72f1bfff3b0c5d2f4583e50 /quickbutton
parent2b2a5ce0bb195a515ab3360b1174f93090fe5743 (diff)
RC Keys "<" and ">" did not work in EPG List -> fixed
Diffstat (limited to 'quickbutton')
-rw-r--r--quickbutton/src/plugin.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/quickbutton/src/plugin.py b/quickbutton/src/plugin.py
index afe3344..5c1cc78 100644
--- a/quickbutton/src/plugin.py
+++ b/quickbutton/src/plugin.py
@@ -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