6312: Fix Dashboard category icon
svn: r21074
This commit is contained in:
parent
f40ec85d39
commit
0cffe803a5
@ -59,7 +59,7 @@ UICATEGORY = '''<ui>
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
CATEGORY_ICON = {
|
CATEGORY_ICON = {
|
||||||
'Gramplets': 'gramps-gramplet',
|
'Dashboard': 'gramps-gramplet',
|
||||||
'People': 'gramps-person',
|
'People': 'gramps-person',
|
||||||
'Relationships': 'gramps-relation',
|
'Relationships': 'gramps-relation',
|
||||||
'Families': 'gramps-family',
|
'Families': 'gramps-family',
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
"""
|
"""
|
||||||
GrampletView interface.
|
DashboardView interface.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
@ -47,7 +47,7 @@ class DashboardView(PageView):
|
|||||||
|
|
||||||
def __init__(self, pdata, dbstate, uistate):
|
def __init__(self, pdata, dbstate, uistate):
|
||||||
"""
|
"""
|
||||||
Create a GrampletView, with the current dbstate and uistate
|
Create a DashboardView, with the current dbstate and uistate
|
||||||
"""
|
"""
|
||||||
PageView.__init__(self, _('Dashboard'), pdata, dbstate, uistate)
|
PageView.__init__(self, _('Dashboard'), pdata, dbstate, uistate)
|
||||||
self.ui_def = '''<ui>
|
self.ui_def = '''<ui>
|
||||||
|
Loading…
Reference in New Issue
Block a user