use more generic .quit()
authorRonny Strutz <ronny.strutz@multimedia-labs.de>
Sun, 13 Nov 2005 20:07:18 +0000 (20:07 +0000)
committerRonny Strutz <ronny.strutz@multimedia-labs.de>
Sun, 13 Nov 2005 20:07:18 +0000 (20:07 +0000)
lib/python/Screens/InfoBar.py

index 3c77617..e50d0a9 100644 (file)
@@ -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"