3292 register plugins, load on need, not on start of GRAMPS - GEPS 014\nmove grampletview to guipluginmanager
svn: r13409
This commit is contained in:
@@ -233,8 +233,7 @@ class BasePluginManager(object):
|
||||
def get_reg_gramplets(self):
|
||||
""" Return list of non hidden gramplets.
|
||||
"""
|
||||
return [plg for plg in self.__pgr.gramplet_plugins() if plg.id not in
|
||||
self.__hidden_plugins]
|
||||
return self.__pgr.gramplet_plugins()
|
||||
|
||||
def get_external_opt_dict(self):
|
||||
""" Return the dictionary of external options. """
|
||||
|
Reference in New Issue
Block a user