From f6f9fbafdc095d99281703f37b3314c8b25cb731 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sun, 24 Feb 2008 17:08:38 +0000 Subject: [PATCH] 2008-02-22 Gary Burton * src/Editors/_EditPerson.py: Fixed crash on clicking OK to save name change. Bug #1783 svn: r10107 --- ChangeLog | 4 ++++ src/Editors/_EditPerson.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df7cbdb95..25f72d1c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-22 Gary Burton + * src/Editors/_EditPerson.py: Fixed crash on clicking OK to save name + change. Bug #1783 + 2008-02-24 Douglas S. Blank * src/DataViews/GrampletView.py (GrampletView.restore_gramplet): Fixed restore minimized gramplet diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index f38f59738..95a94a153 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -731,7 +731,7 @@ class EditPerson(EditPrimary): EditName(self.dbstate, self.uistate, self.track, self.pname, self._update_name) - def _update_name(self): + def _update_name(self, name): """ Called when the primary name has been changed by the EditName dialog.