* src/SourceView.py: connect SourceView.merge into the multiple
selection mechanism svn: r4245
This commit is contained in:
parent
d49a70b3f1
commit
76095fbc96
@ -203,10 +203,11 @@ class SourceView:
|
|||||||
def update_display(self,source):
|
def update_display(self,source):
|
||||||
self.model.update_row_by_handle(source.get_handle())
|
self.model.update_row_by_handle(source.get_handle())
|
||||||
|
|
||||||
|
def blist(self,store,path,iter,list):
|
||||||
|
handle = store.get_value(iter,_HANDLE_COL)
|
||||||
|
list.append(handle)
|
||||||
|
|
||||||
def merge(self):
|
def merge(self):
|
||||||
ErrorDialog("NOT IMPLEMENTED",
|
|
||||||
"Need to correct SourceView.merge method.")
|
|
||||||
return
|
|
||||||
mlist = []
|
mlist = []
|
||||||
self.selection.selected_foreach(self.blist,mlist)
|
self.selection.selected_foreach(self.blist,mlist)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user