2008-01-23 Benny Malengier <benny.malengier@gramps-project.org>
* src/Editors/_EditPerson.py: remove hide in save method. svn: r9920
This commit is contained in:
parent
481b464ca5
commit
dbd7591217
@ -1,3 +1,6 @@
|
|||||||
|
2008-01-23 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
|
* src/Editors/_EditPerson.py: remove hide in save method.
|
||||||
|
|
||||||
2008-01-23 Brian Matherly <brian@gramps-project.org>
|
2008-01-23 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/ReportBase/_StyleComboBox.py:
|
* src/ReportBase/_StyleComboBox.py:
|
||||||
* src/ReportBase/_StyleEditor.py:
|
* src/ReportBase/_StyleEditor.py:
|
||||||
|
@ -668,7 +668,6 @@ class EditPerson(EditPrimary):
|
|||||||
self._check_for_unknown_gender()
|
self._check_for_unknown_gender()
|
||||||
|
|
||||||
set_birth_death_index(self.db, self.obj)
|
set_birth_death_index(self.db, self.obj)
|
||||||
self.window.hide()
|
|
||||||
|
|
||||||
trans = self.db.transaction_begin()
|
trans = self.db.transaction_begin()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user