* src/Plugins.py (PluginDialog.build_tree): Remove reverse() call.

svn: r1871
This commit is contained in:
Alex Roitman
2003-07-12 17:59:38 +00:00
parent e89b24e6b1
commit e989fb7b2d
2 changed files with 3 additions and 1 deletions

View File

@@ -239,7 +239,6 @@ class PluginDialog:
self.store.set(node,0,key)
next = None
data.sort()
data.reverse()
for item in data:
next = self.store.insert_after(node,next)
ilist.append((next,item))