From c69e242109fcf285486d11937a60f7904f078df8 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Thu, 11 Mar 2010 15:57:20 +0100 Subject: More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIR --- e-util/e-util-private.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'e-util/e-util-private.h') 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 () -- cgit v1.2.3