From d42c7e8e98191d2e0f17aff78074e76710e704d1 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 10 Mar 2006 20:57:09 +0000 Subject: add parameter to Console screen to set the console window title --- lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 af4d8982..c0649b13 100644 --- a/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareUpdate/plugin.py @@ -59,7 +59,7 @@ class UpdatePluginMenu(Screen): self.session.open(MessageBox, _("Function not yet implemented"), MessageBox.TYPE_ERROR) def runUpgrade(self, result): if result: - self.session.open(Console, ["ipkg update", "ipkg upgrade -force-defaults -force-overwrite"]) + self.session.open(Console, title = "Upgrade running...", cmdlist = ["ipkg update", "ipkg upgrade -force-defaults -force-overwrite"]) class IPKGSource(Screen): skin = """ -- cgit v1.2.3