editor fixes

svn: r6191
This commit is contained in:
Don Allingham
2006-03-21 22:12:39 +00:00
parent 7238e04680
commit 5d34cd3446
3 changed files with 8 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ class EditAddress(EditSecondary):
parent - The class that called the Address editor.
addr - The address that is to be edited
"""
EditSecondary.__init__(self, dbstate, uistate, track, addr)
EditSecondary.__init__(self, dbstate, uistate, track, addr, callback)
def _local_init(self):
self.top = gtk.glade.XML(const.gladeFile, "addr_edit","gramps")