2006-08-12 Alex Roitman <shura@gramps-project.org>
* src/DataViews/_MediaView.py (drag_data_received): Stop emission. svn: r7160
This commit is contained in:
parent
2930ed9a9d
commit
400f1bde64
@ -1,3 +1,6 @@
|
|||||||
|
2006-08-12 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/DataViews/_MediaView.py (drag_data_received): Stop emission.
|
||||||
|
|
||||||
2006-08-12 Don Allingham <don@gramps-project.org>
|
2006-08-12 Don Allingham <don@gramps-project.org>
|
||||||
* src/ScratchPad.py: fix removal of invalid objects (bug #291)
|
* src/ScratchPad.py: fix removal of invalid objects (bug #291)
|
||||||
* src/PageView.py: fix search argument when filter applied (but #317)
|
* src/PageView.py: fix search argument when filter applied (but #317)
|
||||||
|
@ -172,6 +172,7 @@ class MediaView(PageView.ListView):
|
|||||||
self.dbstate.db.add_object(photo, trans)
|
self.dbstate.db.add_object(photo, trans)
|
||||||
self.dbstate.db.transaction_commit(trans,
|
self.dbstate.db.transaction_commit(trans,
|
||||||
_("Drag Media Object"))
|
_("Drag Media Object"))
|
||||||
|
widget.emit_stop_by_name('drag_data_received')
|
||||||
|
|
||||||
def get_bookmarks(self):
|
def get_bookmarks(self):
|
||||||
return self.dbstate.db.get_media_bookmarks()
|
return self.dbstate.db.get_media_bookmarks()
|
||||||
|
Loading…
Reference in New Issue
Block a user