3292 register plugins, load on need, not on start of GRAMPS - GEPS 014\nmove grampletview to guipluginmanager

svn: r13409
This commit is contained in:
Benny Malengier
2009-10-25 15:33:50 +00:00
parent c67c22b6c0
commit 14dcf94739
3 changed files with 4 additions and 5 deletions

View File

@@ -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. """