Correction: bind relationship function _after_ the plugins are loaded

svn: r1484
This commit is contained in:
Alex Roitman 2003-04-30 16:40:28 +00:00
parent 680cef5521
commit 9a4e9db4e8

View File

@ -430,6 +430,8 @@ class Gramps:
Plugins.build_export_menu(export_menu,self.export_callback)
Plugins.build_import_menu(import_menu,self.import_callback)
self.relationship = Plugins.relationship_function()
def init_filters(self):
Filter.load_filters(const.filtersDir)