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:
		| @@ -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> | ||||
| 	* src/ScratchPad.py: fix removal of invalid objects (bug #291) | ||||
| 	* 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.transaction_commit(trans, | ||||
|                                                    _("Drag Media Object")) | ||||
|         widget.emit_stop_by_name('drag_data_received') | ||||
|                  | ||||
|     def get_bookmarks(self): | ||||
|         return self.dbstate.db.get_media_bookmarks() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user