* src/plugins/PatchNames.py (PatchNames.on_ok_clicked): Properly

call update.


svn: r6462
This commit is contained in:
Alex Roitman 2006-04-27 03:38:30 +00:00
parent 9622d539f2
commit f2cfa32f3b
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,6 @@
2006-04-26 Alex Roitman <shura@gramps-project.org>
* src/plugins/PatchNames.py (PatchNames.on_ok_clicked): Properly
call update.
* src/plugins/Verify.py: Fix wm.
* src/plugins/RelCalc.py: Fix wm.
* src/plugins/SoundGen.py: Fix wm.

View File

@ -316,9 +316,10 @@ class PatchNames(Tool.Tool, ManagedWindow.ManagedWindow):
name.set_surname_prefix(grp[2].strip())
self.db.commit_person(p,self.trans)
self.db.transaction_commit(self.trans,_("Extract information from names"))
self.db.transaction_commit(self.trans,
_("Extract information from names"))
self.close()
self.cb(None,1)
self.cb()
#------------------------------------------------------------------------
#