aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2009-12-31 08:32:42 +0100
committeracid-burn <acid-burn@opendreambox.org>2009-12-31 08:32:42 +0100
commit9e205508ab4462cac81f7b85447c7ba907a59c99 (patch)
tree059e9df5c73e31bcb10aff94f60df1c14dbd280b /lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py
parentf6cdbb1d53196959add0ceb9c65f2cf9401299c8 (diff)
parentc32caa3b71b68fc380681670804953abb2fd4ae8 (diff)
downloadenigma2-9e205508ab4462cac81f7b85447c7ba907a59c99.tar.gz
enigma2-9e205508ab4462cac81f7b85447c7ba907a59c99.zip
Merge commit 'origin/bug_112_enable_extensions_manager' into experimental
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py4
1 files changed, 1 insertions, 3 deletions
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)