GEPS_014:_Plugin_registration_and_management

finish views in category, todo: configuration


svn: r13578
This commit is contained in:
Benny Malengier
2009-11-14 17:17:34 +00:00
parent d1f9d44147
commit d3fd2f150d
40 changed files with 4943 additions and 1287 deletions

View File

@@ -546,10 +546,15 @@ class HtmlView(PageView):
def get_stock(self):
"""
Returns the name of the stock icon to use for the display.
This assumes that this icon has already been registered with
GNOME as a stock icon.
This assumes that this icon has already been registered
as a stock icon.
"""
return 'gramps-geo'
return 'gramps-view'
def get_viewtype_stock(self):
"""Type of view in category
"""
return 'gramps-view'
def ui_definition(self):
"""