From 5346cb6fc890e76e3b61c616aa6fb7c9ecbe5ae8 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Tue, 19 Dec 2006 07:31:22 +0000 Subject: fix software update plugin to match the new IpkgComponent --- lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py') diff --git a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py index 2a7bf655..c71ffdbb 100644 --- a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py @@ -229,8 +229,8 @@ class UpdatePlugin(Screen): - - + + """ def __init__(self, session, args = None): @@ -296,7 +296,7 @@ class UpdatePlugin(Screen): elif event == IpkgComponent.EVENT_DONE: if self.updating: self.updating = False - self.ipkg.startCmd(Ipkg.CMD_UPGRADE, args = {'test_only': False}) + self.ipkg.startCmd(IpkgComponent.CMD_UPGRADE, args = {'test_only': False}) elif self.error == 0: self.slider.setValue(4) -- cgit v1.2.3