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:
Benny Malengier 2008-01-23 13:36:31 +00:00
parent 481b464ca5
commit dbd7591217
2 changed files with 3 additions and 1 deletions

View File

@ -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>
* src/ReportBase/_StyleComboBox.py:
* src/ReportBase/_StyleEditor.py:

View File

@ -668,7 +668,6 @@ class EditPerson(EditPrimary):
self._check_for_unknown_gender()
set_birth_death_index(self.db, self.obj)
self.window.hide()
trans = self.db.transaction_begin()