GEPS_014:_Plugin_registration_and_management
finish views in category, todo: configuration svn: r13578
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user