* src/Plugins.py (PluginDialog.build_tree): Remove reverse() call.
svn: r1871
This commit is contained in:
parent
131e0fe862
commit
77727f6a6a
@ -1,3 +1,6 @@
|
||||
2003-07-12 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/Plugins.py (PluginDialog.build_tree): Remove reverse() call.
|
||||
|
||||
2003-07-11 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/plugins/IndivSummary.py (IndivSummary.__init__):
|
||||
Provide default value of 0 to newpage argument.
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user