2008-02-22 Gary Burton <gary.burton@zen.co.uk>

* src/Editors/_EditPerson.py: Fixed crash on clicking OK to save name
	change. Bug #1783



svn: r10107
This commit is contained in:
Gary Burton 2008-02-24 17:08:38 +00:00
parent a5b569d1dc
commit f6f9fbafdc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-02-22 Gary Burton <gary.burton@zen.co.uk>
* src/Editors/_EditPerson.py: Fixed crash on clicking OK to save name
change. Bug #1783
2008-02-24 Douglas S. Blank <dblank@cs.brynmawr.edu>
* src/DataViews/GrampletView.py (GrampletView.restore_gramplet):
Fixed restore minimized gramplet

View File

@ -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.