* src/MediaView.py (on_drag_drop): Remove drag_get_data() call
as it was calling extraneous 'drag-data-received' signal. svn: r4644
This commit is contained in:
parent
38751bb5a8
commit
5d7c0ec371
@ -9,6 +9,8 @@
|
||||
* src/ImageSelect.py (add_thumbnail, on_delete_media_clicked):
|
||||
Identify canvas items by MediaRef instance, not by the handle of the
|
||||
referred MediaObject.
|
||||
* src/MediaView.py (on_drag_drop): Remove drag_get_data() call
|
||||
as it was calling extraneous 'drag-data-received' signal.
|
||||
|
||||
2005-05-19 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayModels.py: remove place column
|
||||
|
@ -366,7 +366,6 @@ class MediaView:
|
||||
|
||||
def on_drag_drop(self, tree, context, x, y, time):
|
||||
self.list.emit_stop_by_name('drag-drop')
|
||||
self.list.drag_get_data(context,context.targets[-1],time)
|
||||
return 1
|
||||
|
||||
def on_drag_begin(self,obj,context):
|
||||
|
Loading…
Reference in New Issue
Block a user