diff options
author | Sorokin Alexei <[email protected]> | 2016-06-07 18:53:50 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-07 20:08:42 +0200 |
commit | 7703c9e3e480629a7eeab8b4310f313b9b1784df (patch) | |
tree | 9738116d2b4ee8b3bd317cca3ac5039aaa08f086 /src/gpm-prefs-core.c | |
parent | b8f642a86d8d18747a0b970b4420435603ee5a5f (diff) | |
download | mate-power-manager-7703c9e3e480629a7eeab8b4310f313b9b1784df.tar.bz2 mate-power-manager-7703c9e3e480629a7eeab8b4310f313b9b1784df.tar.xz |
rely less on GtkStock
Diffstat (limited to 'src/gpm-prefs-core.c')
-rw-r--r-- | src/gpm-prefs-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpm-prefs-core.c b/src/gpm-prefs-core.c index ef7edad..4bef861 100644 --- a/src/gpm-prefs-core.c +++ b/src/gpm-prefs-core.c @@ -39,7 +39,7 @@ #include "gpm-tray-icon.h" #include "gpm-common.h" #include "gpm-prefs-core.h" -#include "gpm-stock-icons.h" +#include "gpm-icon-names.h" #include "gpm-brightness.h" static void gpm_prefs_finalize (GObject *object); @@ -842,7 +842,7 @@ gpm_prefs_init (GpmPrefs *prefs) /* Hide window first so that the dialogue resizes itself without redrawing */ gtk_widget_hide (main_window); - gtk_window_set_default_icon_name (GPM_STOCK_APP_ICON); + gtk_window_set_default_icon_name (GPM_ICON_APP_ICON); /* Get the main window quit */ g_signal_connect (main_window, "delete_event", |