don't set title, because it doesn't work properly
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 23 Feb 2006 00:57:44 +0000 (00:57 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 23 Feb 2006 00:57:44 +0000 (00:57 +0000)
lib/python/Screens/PluginBrowser.py

index 86f4a6b97c9c23b8f75a7768c1d3c7377ff41394..adec1b6b896a9481e67949e5f9fa4927e04c8be4 100644 (file)
@@ -101,10 +101,10 @@ class PluginDownloadBrowser(Screen):
                                self.session.openWithCallback(self.installFinished, Console, ["ipkg remove " + self.pluginlist[self["list"].l.getCurrentSelectionIndex()][0]])
 
        def startRun(self):
-               if self.type == self.DOWNLOAD:
-                       self.session.currentDialog.instance.setTitle(_("Downloadale new plugins"))
-               elif self.type == self.REMOVE:
-                       self.session.currentDialog.instance.setTitle(_("Remove plugins"))
+               #if self.type == self.DOWNLOAD:
+               #       self.session.currentDialog.instance.setTitle(_("Downloadale new plugins"))
+               #elif self.type == self.REMOVE:
+               #       self.session.currentDialog.instance.setTitle(_("Remove plugins"))
                self["list"].instance.hide()
                self.container.execute("ipkg update")