fix import
svn: r6227
This commit is contained in:
parent
a312c2af18
commit
69240c8541
@ -1,4 +1,5 @@
|
||||
2006-03-29 Don Allingham <don@gramps-project.org>
|
||||
* src/DisplayTabs.py: fix import
|
||||
* src/Editors/_EditPerson.py: Fix imports of EditMediaRef, remove
|
||||
specific edit image from top image window.
|
||||
* src/glade/gramps.glade: remove unused dialogs, replaced by
|
||||
|
@ -1457,6 +1457,8 @@ class GalleryTab(ButtonTab):
|
||||
if src:
|
||||
sref = RelLib.MediaRef()
|
||||
try:
|
||||
from Editors import EditMediaRef
|
||||
|
||||
EditMediaRef(self.dbstate, self.uistate, self.track,
|
||||
src, sref, self.add_callback)
|
||||
except Errors.WindowActiveError:
|
||||
|
Loading…
Reference in New Issue
Block a user