aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBar.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py
index bf1d904b..46ba24b1 100644
--- a/lib/python/Screens/InfoBar.py
+++ b/lib/python/Screens/InfoBar.py
@@ -15,6 +15,7 @@ from Screens.MessageBox import MessageBox
from Screens.MovieSelection import MovieSelection
from Screens.Volume import Volume
from Screens.Mute import Mute
+from Screens.Standby import Standby
from enigma import *
@@ -37,6 +38,8 @@ class NumberZap(Screen):
self.Timer.start(3000) #reset timer
self.field = self.field + str(number)
self["number"].setText(self.field)
+ if len(self.field) >= 4:
+ self.keyOK()
def __init__(self, session, number):
Screen.__init__(self, session)
@@ -221,8 +224,9 @@ class InfoBar(Screen):
self.session.open(EPGSelection, self.session.nav.getCurrentlyPlayingServiceReference())
def quit(self):
- configfile.save()
- quitMainloop()
+ self.session.open(Standby)
+ #configfile.save()
+ #quitMainloop()
def stopCurrentRecording(self):
print "remove entry"