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:
parent
610ac774fa
commit
04eb7fb913
@ -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>
|
2008-02-09 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/ReportBase/_WebReportDialog.py:
|
* src/ReportBase/_WebReportDialog.py:
|
||||||
* src/ReportBase/_ReportDialog.py:
|
* src/ReportBase/_ReportDialog.py:
|
||||||
|
@ -35,7 +35,7 @@ class EditPrimary(ManagedWindow.ManagedWindow):
|
|||||||
QR_CATEGORY = -1
|
QR_CATEGORY = -1
|
||||||
|
|
||||||
def __init__(self, state, uistate, track, obj, get_from_handle,
|
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."""
|
"""Creates an edit window. Associates a person with the window."""
|
||||||
|
|
||||||
self.dp = DateHandler.parser
|
self.dp = DateHandler.parser
|
||||||
@ -49,6 +49,7 @@ class EditPrimary(ManagedWindow.ManagedWindow):
|
|||||||
self.signal_keys = []
|
self.signal_keys = []
|
||||||
self.ok_button = None
|
self.ok_button = None
|
||||||
self.get_from_handle = get_from_handle
|
self.get_from_handle = get_from_handle
|
||||||
|
self.get_from_gramps_id = get_from_gramps_id
|
||||||
self.contexteventbox = None
|
self.contexteventbox = None
|
||||||
|
|
||||||
ManagedWindow.ManagedWindow.__init__(self, uistate, track, obj)
|
ManagedWindow.ManagedWindow.__init__(self, uistate, track, obj)
|
||||||
|
Loading…
Reference in New Issue
Block a user