From 4ad8e2e85ee3936b15f5a77dad73e2d29f0b6987 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 21 Feb 2014 20:10:49 -0600 Subject: [PATCH] shell: Use correct window icon The window icon should match the icon specified in the desktop file. https://bugzilla.gnome.org/show_bug.cgi?id=724937 --- shell/cc-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/cc-window.c b/shell/cc-window.c index ec660981b..a20b7f686 100644 --- a/shell/cc-window.c +++ b/shell/cc-window.c @@ -59,7 +59,7 @@ G_DEFINE_TYPE_WITH_CODE (CcWindow, cc_window, GTK_TYPE_APPLICATION_WINDOW, #define MOUSE_BACK_BUTTON 8 #define DEFAULT_WINDOW_TITLE N_("All Settings") -#define DEFAULT_WINDOW_ICON_NAME "preferences-desktop" +#define DEFAULT_WINDOW_ICON_NAME "preferences-system" #define SEARCH_PAGE "_search" #define OVERVIEW_PAGE "_overview"