Fix source extracting colormap
svn: r1033
This commit is contained in:
parent
f17c378f8f
commit
d0fd7ec8bf
@ -64,7 +64,7 @@ class SourceSelector:
|
||||
slist_map = [ (0, self.top.get_widget('arrow1')),
|
||||
(1, self.top.get_widget('arrow2'))]
|
||||
|
||||
self.srcsort = Sorter.Sorter(self.slist, slist_map, 'source', self.top)
|
||||
self.srcsort = Sorter.Sorter(self.slist, slist_map, 'source')
|
||||
self.redraw()
|
||||
self.sourcesel.show()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user