aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util-private.h
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2010-03-11 22:57:20 +0800
committerFridrich Strba <fridrich.strba@bluewin.ch>2010-03-11 22:57:20 +0800
commitc69e242109fcf285486d11937a60f7904f078df8 (patch)
tree907bb0d9632793005481f9d9cf72eb8a809e97ae /e-util/e-util-private.h
parent38f11c946e07c2453d02ee5bff131566618cb3ca (diff)
downloadgsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar
gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.gz
gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.bz2
gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.lz
gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.xz
gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.tar.zst
gsoc2013-evolution-c69e242109fcf285486d11937a60f7904f078df8.zip
More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIR
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r--e-util/e-util-private.h6
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 ()