* src/DisplayTabs/_BackRefList.py (edit_button_clicked): Typo.
svn: r6717
This commit is contained in:
parent
b1b9987f52
commit
941e0bf8e4
@ -1,4 +1,5 @@
|
|||||||
2006-05-18 Alex Roitman <shura@gramps-project.org>
|
2006-05-18 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* src/DisplayTabs/_BackRefList.py (edit_button_clicked): Typo.
|
||||||
* src/DataViews/_RepositoryView.py (edit, on_double_click): Catch
|
* src/DataViews/_RepositoryView.py (edit, on_double_click): Catch
|
||||||
exception.
|
exception.
|
||||||
* src/GrampsWidgets.py (PlaceEntry.add_del_clicked)
|
* src/GrampsWidgets.py (PlaceEntry.add_del_clicked)
|
||||||
|
@ -139,7 +139,7 @@ class BackRefList(EmbeddedList):
|
|||||||
EditPlace(self.dbstate, self.uistate, [], place)
|
EditPlace(self.dbstate, self.uistate, [], place)
|
||||||
except Errors.WindowActiveError:
|
except Errors.WindowActiveError:
|
||||||
pass
|
pass
|
||||||
elif reftype == 'Media':
|
elif reftype == 'MediaObject':
|
||||||
try:
|
try:
|
||||||
from Editors import EditMedia
|
from Editors import EditMedia
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user