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

@ -252,7 +252,7 @@ register(GRAMPLET,
fname="WelcomeGramplet.py",
height=300,
expand=True,
gramplet = 'make_welcome_gramplet',
gramplet = 'make_welcome_content',
gramplet_title=_("Welcome to GRAMPS!"),
)