* src/MedaiView.py: pass handle instead of GRAMPS ID during drag-n-drop
svn: r4294
This commit is contained in:
@ -347,7 +347,7 @@ class MediaView:
|
||||
store,node = self.selection.get_selected()
|
||||
if not node:
|
||||
return
|
||||
handle = store.get_value(node,1)
|
||||
handle = store.get_value(node,_HANDLE_COL)
|
||||
selection_data.set(selection_data.target, 8, handle)
|
||||
|
||||
def on_drag_data_received(self,w, context, x, y, data, info, time):
|
||||
|
Reference in New Issue
Block a user