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-engine.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-engine.c')
-rw-r--r-- | src/gpm-engine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpm-engine.c b/src/gpm-engine.c index f1ae198..61cdba4 100644 --- a/src/gpm-engine.c +++ b/src/gpm-engine.c @@ -32,7 +32,7 @@ #include "gpm-upower.h" #include "gpm-marshal.h" #include "gpm-engine.h" -#include "gpm-stock-icons.h" +#include "gpm-icon-names.h" #include "gpm-phone.h" static void gpm_engine_finalize (GObject *object); @@ -443,7 +443,7 @@ gpm_engine_get_icon (GpmEngine *engine) /* we fallback to the ac_adapter icon */ egg_debug ("Using fallback"); - return g_strdup (GPM_STOCK_AC_ADAPTER); + return g_strdup (GPM_ICON_AC_ADAPTER); } /** |