2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>

* src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement.


svn: r4275
This commit is contained in:
Richard Taylor 2005-04-01 15:58:33 +00:00
parent 5520c0286a
commit 71a3647ce5
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/ImageSelect.py (on_photolist_drag_data_get): forgot to remove print statement.
2005-04-01 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/DdTargets.py: added dnd type for media objects
* src/ImageSelect.py: altered dnd code to use gramps specific dnd target

View File

@ -549,7 +549,6 @@ class Gallery(ImageSelect):
return
data = self.p_map[self.drag_item]
selection_data.set(selection_data.target, 8, data[4])
print "dragging ", repr(data[4]), " with target ", repr(selection_data.target)
self.drag_item = None
def on_add_media_clicked(self, obj):