diff options
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r-- | e-util/e-util-private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h index 46d49428d1..645f855210 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -42,7 +42,7 @@ const gchar *_e_get_etspecdir (void) G_GNUC_CONST; const gchar *_e_get_galviewsdir (void) G_GNUC_CONST; const gchar *_e_get_gladedir (void) G_GNUC_CONST; const gchar *_e_get_helpdir (void) G_GNUC_CONST; -const gchar *_e_get_iconsdir (void) G_GNUC_CONST; +const gchar *_e_get_icondir (void) G_GNUC_CONST; const gchar *_e_get_imagesdir (void) G_GNUC_CONST; const gchar *_e_get_libdir (void) G_GNUC_CONST; const gchar *_e_get_libexecdir (void) G_GNUC_CONST; @@ -93,8 +93,8 @@ const gchar *_e_get_uidir (void) G_GNUC_CONST; #undef EVOLUTION_HELPDIR #define EVOLUTION_HELPDIR _e_get_helpdir () -#undef EVOLUTION_ICONSDIR -#define EVOLUTION_ICONSDIR _e_get_iconsdir () +#undef EVOLUTION_ICONDIR +#define EVOLUTION_ICONDIR _e_get_icondir () #undef EVOLUTION_IMAGESDIR #define EVOLUTION_IMAGESDIR _e_get_imagesdir () |