From 2f000c8501f73eed31b2441e83a434f6f4564c18 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 17 Mar 2010 16:33:05 -0500 Subject: Using proper icon. --- src/indicator-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/indicator-session.c b/src/indicator-session.c index e3444c0..11231cd 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -228,7 +228,7 @@ new_user_item (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, DbusmenuCl const gchar * icon_name = dbusmenu_menuitem_property_get(newitem, USER_ITEM_PROP_ICON); if (icon_name != NULL && icon_name[0] != '\0') { if (g_strcmp0(icon_name, USER_ITEM_ICON_DEFAULT) == 0) { - GIcon * gicon = g_themed_icon_new_with_default_fallbacks("stock-user-panel"); + GIcon * gicon = g_themed_icon_new_with_default_fallbacks("stock_person-panel"); usericon = gtk_image_new_from_gicon(gicon, GTK_ICON_SIZE_MENU); g_object_unref(gicon); } else { -- cgit v1.2.3