Merge commit 'origin/bug_112_enable_extensions_manager' into experimental
authoracid-burn <acid-burn@opendreambox.org>
Thu, 31 Dec 2009 07:32:42 +0000 (08:32 +0100)
committeracid-burn <acid-burn@opendreambox.org>
Thu, 31 Dec 2009 07:32:42 +0000 (08:32 +0100)
lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py

index 6162d8a5f68378a6f114e1d5aaef99ba67303e5f..f61ea53c638987cedff432f918669a0f0c93c68b 100755 (executable)
@@ -567,9 +567,7 @@ class PluginManager(Screen, DreamInfoHandler):
                                        for foundtag in prerequisites["tag"]:
                                                if categorytag == foundtag:
                                                        attributes = package[0]["attributes"]
-                                                       print "ATTRIBUTES",attributes
                                                        if attributes.has_key("packagetype"):
-                                                               print "PACKAGETYPE",attributes["packagetype"]
                                                                if attributes["packagetype"] == "internal":
                                                                        continue
                                                                self.packetlist.append([attributes["name"], attributes["details"], attributes["shortdescription"], attributes["packagename"]])
@@ -700,7 +698,7 @@ class PluginManager(Screen, DreamInfoHandler):
                        return
                if result is False:
                        self.reloadPluginlist()
-                       self.selectedFiles = None
+                       self.selectedFiles = []
                        self.detailsClosed(True)
                if result:
                        quitMainloop(3)