diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2009-12-31 08:32:42 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2009-12-31 08:32:42 +0100 |
| commit | 9e205508ab4462cac81f7b85447c7ba907a59c99 (patch) | |
| tree | 059e9df5c73e31bcb10aff94f60df1c14dbd280b /lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | |
| parent | f6cdbb1d53196959add0ceb9c65f2cf9401299c8 (diff) | |
| parent | c32caa3b71b68fc380681670804953abb2fd4ae8 (diff) | |
| download | enigma2-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-x | lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py | 4 |
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) |
