diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-02 16:05:20 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-02 16:05:20 +0000 |
| commit | 1068f9bc04ef901d7031026b1a9b25e32dd0da8a (patch) | |
| tree | 8986fcfea4a3c1587b9c0db93717a8f7e9e01009 /lib/python/Plugins | |
| parent | 0be83826dd31db1b88058bfc93528610afde2fda (diff) | |
| download | enigma2-1068f9bc04ef901d7031026b1a9b25e32dd0da8a.tar.gz enigma2-1068f9bc04ef901d7031026b1a9b25e32dd0da8a.zip | |
beautify the ok, cancel and initialize buttons
Diffstat (limited to 'lib/python/Plugins')
| -rw-r--r-- | lib/python/Plugins/update.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Plugins/update.py b/lib/python/Plugins/update.py index c0c1ecb5..b8ff6ec4 100644 --- a/lib/python/Plugins/update.py +++ b/lib/python/Plugins/update.py @@ -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 = "" |
