From 1068f9bc04ef901d7031026b1a9b25e32dd0da8a Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 2 Jan 2006 16:05:20 +0000 Subject: beautify the ok, cancel and initialize buttons --- lib/python/Plugins/update.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/python/Plugins') 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 = "" -- cgit v1.2.3