* 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:
Alex Roitman
2004-05-13 00:49:17 +00:00
parent a15bf019b2
commit df99dc444d
9 changed files with 12 additions and 14 deletions

View File

@@ -266,7 +266,7 @@ class Merge:
self.window.destroy()
def add_show_to_menu(self):
self.show_parent.child_windows[self.win_show_key] = self.window
self.parent.child_windows[self.win_show_key] = self.window
self.show_parent_menu_item = gtk.MenuItem(_('Potential Merges'))
self.show_parent_menu_item.connect("activate",self.present_show)
self.show_parent_menu_item.show()