git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db34d7e
)
PluginComponent.py: remove unneeded sort (fixes crash on Menu button press)
author
ghost
<
[email protected]
>
Fri, 4 Mar 2011 09:04:03 +0000
(10:04 +0100)
committer
ghost
<
[email protected]
>
Wed, 9 Mar 2011 13:38:28 +0000
(14:38 +0100)
lib/python/Components/PluginComponent.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/PluginComponent.py
b/lib/python/Components/PluginComponent.py
index a713c3b42dd721d4664c70743a5532db7c81d664..c6ad584f328f778c05d2ebaba77539695f69c4c9 100755
(executable)
--- a/
lib/python/Components/PluginComponent.py
+++ b/
lib/python/Components/PluginComponent.py
@@
-129,7
+129,6
@@
class PluginComponent:
res = [ ]
for p in self.getPlugins(PluginDescriptor.WHERE_MENU):
res += p(menuid)
- res.sort(key=lambda x:x.weight)
return res
def clearPluginList(self):