From dbd7591217755ecc07160507491ceecd9ee2d048 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Wed, 23 Jan 2008 13:36:31 +0000 Subject: [PATCH] 2008-01-23 Benny Malengier * src/Editors/_EditPerson.py: remove hide in save method. svn: r9920 --- ChangeLog | 3 +++ src/Editors/_EditPerson.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e3d83a613..7b10d5f83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-01-23 Benny Malengier + * src/Editors/_EditPerson.py: remove hide in save method. + 2008-01-23 Brian Matherly * src/ReportBase/_StyleComboBox.py: * src/ReportBase/_StyleEditor.py: diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index 7650e3774..8dc93eb94 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -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()