* src/Plugins.py: Pass parent class to the tools.

* src/rule.glade: Define event handlers.
* src/gramps_main.py: Pass parent class to the tools.
* src/plugins/EventCmp.py: Window management.
* src/plugins/FilterEditor.py: Window management.
* src/plugins/PatchNames.py: Window management.
* src/plugins/eventcmp.glade: Define event handlers.
* src/plugins/patchnames.glade: Define event handlers.


svn: r3150
This commit is contained in:
Alex Roitman
2004-05-10 04:54:10 +00:00
parent 9d1890dc84
commit 8d4c034b86
9 changed files with 340 additions and 69 deletions

View File

@@ -208,9 +208,9 @@ class PluginDialog:
if self.run_tool:
if self.update:
self.run_tool(self.db,self.active,self.update)
self.run_tool(self.db,self.active,self.update,self.parent)
else:
self.run_tool(self.db,self.active)
self.run_tool(self.db,self.active,None,self.parent)
def on_node_selected(self,obj):
"""Updates the informational display on the right hand side of