beautify the ok, cancel and initialize buttons
[enigma2.git] / lib / python / Plugins / update.py
index 3653472adf581069fe9a383bbff42d0218b34188..b8ff6ec45fb542536d4c87c247b7c054bd3a983a 100644 (file)
@@ -28,7 +28,6 @@ class Example(Screen):
                self.session.openWithCallback(self.doUpdate, MessageBox, _("Do you want to update your Dreambox?\nAfter pressing OK, please wait!"))
                
        def doUpdate(self, val = False):
-               
                if val:
                        lines = os.popen("ipkg update && ipkg upgrade", "r").readlines()
                        string = ""
@@ -44,7 +43,7 @@ def main(session):
        
 
 def getPicturePath():
-               return ""
+               return "/usr/lib/enigma2/python/Plugins/update.png"
 
 def getPluginName():
                return "Softwareupdate"
\ No newline at end of file