X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FScreens%2FInfoBar.py;h=e50d0a9ece861c76b35c86031edc0aaf08f9a732;hp=3c776178b799633944e944957238788f54c6ef84;hb=ef70219ab7250f14f0aec66670d67aaed4a0774f;hpb=dfaf462829896f94c2ff9c47953b3f904e8d5e38 diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 3c77617..e50d0a9 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -157,8 +157,7 @@ class InfoBar(Screen): def powertimer(self): print "PowerOff - Now!" - configfile.save() - quitMainloop() + self.quit() def powerdown(self): self.powerKeyTimer.start(3000) @@ -248,10 +247,10 @@ class InfoBar(Screen): else: print 'no epg for service', ref.toString() - #def quit(self): - # self.session.open(Standby, self) - #configfile.save() - #quitMainloop() + def quit(self): + # self.session.open(Standby, self) + configfile.save() + quitMainloop() def stopCurrentRecording(self): print "remove entry"