diff options
Diffstat (limited to 'lib/python/Components/PluginComponent.py')
| -rwxr-xr-x | lib/python/Components/PluginComponent.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Components/PluginComponent.py b/lib/python/Components/PluginComponent.py index a713c3b4..c6ad584f 100755 --- 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): |
