2008-02-08 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/Editors/_EditPrimary.py: 0001347: double gid. fix previous commit


svn: r10011
This commit is contained in:
Raphael Ackermann 2008-02-10 21:13:19 +00:00
parent 610ac774fa
commit 04eb7fb913
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2008-02-08 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/Editors/_EditPrimary.py: 0001347: double gid. fix previous commit
2008-02-09 Brian Matherly <brian@gramps-project.org>
* src/ReportBase/_WebReportDialog.py:
* src/ReportBase/_ReportDialog.py:

View File

@ -35,7 +35,7 @@ class EditPrimary(ManagedWindow.ManagedWindow):
QR_CATEGORY = -1
def __init__(self, state, uistate, track, obj, get_from_handle,
callback=None):
get_from_gramps_id, callback=None):
"""Creates an edit window. Associates a person with the window."""
self.dp = DateHandler.parser
@ -49,6 +49,7 @@ class EditPrimary(ManagedWindow.ManagedWindow):
self.signal_keys = []
self.ok_button = None
self.get_from_handle = get_from_handle
self.get_from_gramps_id = get_from_gramps_id
self.contexteventbox = None
ManagedWindow.ManagedWindow.__init__(self, uistate, track, obj)