* src/plugins/PatchNames.py (PatchNames.on_ok_clicked): Properly
call update. svn: r6462
This commit is contained in:
parent
6836f020d5
commit
1403965a82
@ -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.
|
||||
|
@ -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()
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user