* src/DisplayTabs.py (EventEmbedList.edit_button_clicked): Fix params of EditEventRef call

svn: r6253
This commit is contained in:
Martin Hawlisch 2006-04-01 13:05:27 +00:00
parent 72e25670ec
commit 206c8d5e1e
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
2006-04-01 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/DataViews/_PedigreeView.py: Work around the bug of
dbstate.active not being updated when the active person was edited.
* src/DisplayTabs.py (EventEmbedList.edit_button_clicked): Fix params
of EditEventRef call
2006-03-31 Don Allingham <don@gramps-project.org>
* src/ManagedWindow.py: added

View File

@ -705,7 +705,7 @@ class EventEmbedList(EmbeddedList):
try:
self.get_ref_editor()(
self.dbstate,self.uistate,self.track,
event, ref, self.obj, self.event_updated)
event, ref, self.event_updated)
except Errors.WindowActiveError:
pass