From 5923610e80f5388811b1c189dbc19258531ff6ee Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Fri, 11 Jan 2013 22:11:07 +0000 Subject: [PATCH] 6312: Fix Dashboard category icon svn: r21075 --- gramps/plugins/sidebar/categorysidebar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/sidebar/categorysidebar.py b/gramps/plugins/sidebar/categorysidebar.py index 594c22a1a..843411905 100644 --- a/gramps/plugins/sidebar/categorysidebar.py +++ b/gramps/plugins/sidebar/categorysidebar.py @@ -59,7 +59,7 @@ UICATEGORY = ''' ''' CATEGORY_ICON = { - 'Gramplets': 'gramps-gramplet', + 'Dashboard': 'gramps-gramplet', 'People': 'gramps-person', 'Relationships': 'gramps-relation', 'Families': 'gramps-family',