X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a7ed9db9532b7ac58dc3b923c0e3f9ee1789ddeb..e03708b0a361c236d7034f35e4585edd4a91bb34:/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py index 6162d8a5..f61ea53c 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py @@ -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)