* src/DisplayTabs/_BackRefList.py: handle edit of events
* src/DisplayTabs/_NoteTab.py: stock_notes icon * src/DisplayTabs/_GrampsTab.py: handle named icons * src/glade/gramps.glade: hide date edit by default svn: r6561
This commit is contained in:
@@ -147,3 +147,11 @@ class BackRefList(EmbeddedList):
|
||||
EditMedia(self.dbstate, self.uistate, [], obj)
|
||||
except Errors.WindowActiveError:
|
||||
pass
|
||||
elif reftype == 'Event':
|
||||
try:
|
||||
from Editors import EditEvent
|
||||
|
||||
obj = self.dbstate.db.get_event_from_handle(ref)
|
||||
EditEvent(obj, self.dbstate, self.uistate, [])
|
||||
except Errors.WindowActiveError:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user