git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix frontpanel support for DM8000,
[enigma2.git]
/
lib
/
python
/
Screens
/
PluginBrowser.py
diff --git
a/lib/python/Screens/PluginBrowser.py
b/lib/python/Screens/PluginBrowser.py
index e39c4b8358c1c2eb942ee04173e21271fb1b508e..5ba7043d663aa87117705be07eb259d4b89644c2 100644
(file)
--- a/
lib/python/Screens/PluginBrowser.py
+++ b/
lib/python/Screens/PluginBrowser.py
@@
-202,7
+202,7
@@
class PluginDownloadBrowser(Screen):
self.plugins = {}
for x in self.pluginlist:
self.plugins = {}
for x in self.pluginlist:
- split = x[3].split('-')
+ split = x[3].split('-'
, 1
)
if len(split) < 2:
continue
if not self.plugins.has_key(split[0]):
if len(split) < 2:
continue
if not self.plugins.has_key(split[0]):