6312: Fix Dashboard category icon
svn: r21074
This commit is contained in:
		@@ -59,7 +59,7 @@ UICATEGORY = '''<ui>
 | 
			
		||||
'''
 | 
			
		||||
 | 
			
		||||
CATEGORY_ICON = {
 | 
			
		||||
    'Gramplets': 'gramps-gramplet',
 | 
			
		||||
    'Dashboard': 'gramps-gramplet',
 | 
			
		||||
    'People': 'gramps-person',
 | 
			
		||||
    'Relationships': 'gramps-relation',
 | 
			
		||||
    'Families': 'gramps-family',
 | 
			
		||||
 
 | 
			
		||||
@@ -21,7 +21,7 @@
 | 
			
		||||
# $Id$
 | 
			
		||||
 | 
			
		||||
"""
 | 
			
		||||
GrampletView interface.
 | 
			
		||||
DashboardView interface.
 | 
			
		||||
"""
 | 
			
		||||
 | 
			
		||||
#-------------------------------------------------------------------------
 | 
			
		||||
@@ -47,7 +47,7 @@ class DashboardView(PageView):
 | 
			
		||||
 | 
			
		||||
    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)
 | 
			
		||||
        self.ui_def = '''<ui>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user