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