aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@src.gnome.org>2001-02-05 08:26:13 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-02-05 08:26:13 +0800
commit282c5a057f30c800298594467a11778e1ae63e1f (patch)
tree628edfd51ae52e049e113b492a94b60b0109a05a
parentf735b43e8e3622ff58b3e03d573d671755606966 (diff)
downloadgsoc2013-evolution-282c5a057f30c800298594467a11778e1ae63e1f.tar
gsoc2013-evolution-282c5a057f30c800298594467a11778e1ae63e1f.tar.gz
gsoc2013-evolution-282c5a057f30c800298594467a11778e1ae63e1f.tar.bz2
gsoc2013-evolution-282c5a057f30c800298594467a11778e1ae63e1f.tar.lz
gsoc2013-evolution-282c5a057f30c800298594467a11778e1ae63e1f.tar.xz
gsoc2013-evolution-282c5a057f30c800298594467a11778e1ae63e1f.tar.zst
gsoc2013-evolution-282c5a057f30c800298594467a11778e1ae63e1f.zip
Revert last patch
svn path=/trunk/; revision=7964
-rw-r--r--e-util/e-i18n.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h
index 33e53cdaee..9a64b9c86a 100644
--- a/e-util/e-i18n.h
+++ b/e-util/e-i18n.h
@@ -34,8 +34,14 @@
# define N_(String) (String)
#endif
-#ifndef __GNOME_I18N_H__
+/*
+ * Do not remove the following define, nor do surround it with ifdefs.
+ *
+ * If you get any `redefined' errors, it means that you are including
+ * -incorrectly- a header file provided by gnome-libs before this file.
+ * To correctly solve this issue include this file before any libgnome/
+ * libgnomeui headers
+ */
#define __GNOME_I18N_H__ 1
-#endif
#endif /* __E_I18N_H__ */