* src/plugins/ChangeTypes.py: Remove Utils.modified() call.
* src/plugins/Check.py: Remove Utils.modified() call. * src/plugins/PatchNames.py: Remove Utils.modified() call. * src/plugins/ReadGedcom.py: Remove Utils.modified() call. * src/plugins/ReorderIds.py: Remove Utils.modified() call. * src/plugins/WriteCD.py: Remove Utils.modified() call. * src/plugins/WritePkg.py: Remove Utils.modified() call. * src/plugins/Merge.py: Typo. svn: r3159
This commit is contained in:
@ -210,7 +210,6 @@ class PatchNames:
|
||||
name.set_first_name(grp[1])
|
||||
p.set_nick_name(grp[2])
|
||||
self.db.commit_person(p)
|
||||
Utils.modified()
|
||||
|
||||
for grp in self.title_list:
|
||||
iter = self.title_hash[grp[0]]
|
||||
@ -221,7 +220,6 @@ class PatchNames:
|
||||
name.set_first_name(grp[2])
|
||||
name.set_title(grp[1])
|
||||
self.db.commit_person(p)
|
||||
Utils.modified()
|
||||
|
||||
self.close(obj)
|
||||
self.cb(1)
|
||||
|
Reference in New Issue
Block a user