aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2000-11-07 04:27:16 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2000-11-07 04:27:16 +0800
commit341487d67d2cc35846e7556d0f7f02ab0ea1f79d (patch)
tree4f9b586d196b9d054d14b30ed390d3822926826d
parentd893466560f87581cb14322a39446d14d9c405f3 (diff)
downloadgsoc2013-evolution-341487d67d2cc35846e7556d0f7f02ab0ea1f79d.tar
gsoc2013-evolution-341487d67d2cc35846e7556d0f7f02ab0ea1f79d.tar.gz
gsoc2013-evolution-341487d67d2cc35846e7556d0f7f02ab0ea1f79d.tar.bz2
gsoc2013-evolution-341487d67d2cc35846e7556d0f7f02ab0ea1f79d.tar.lz
gsoc2013-evolution-341487d67d2cc35846e7556d0f7f02ab0ea1f79d.tar.xz
gsoc2013-evolution-341487d67d2cc35846e7556d0f7f02ab0ea1f79d.tar.zst
gsoc2013-evolution-341487d67d2cc35846e7556d0f7f02ab0ea1f79d.zip
Added #include <config.h> s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n.
2000-11-06 Kjartan Maraas <kmaraas@gnome.org> * e-msg-composer-attachment.c: Added #include <config.h> * e-msg-composer-hdrs.c: s/_HAVE_CONFIG_H/HAVE_CONFIG_H for working i18n. svn path=/trunk/; revision=6420
-rw-r--r--composer/ChangeLog6
-rw-r--r--composer/e-msg-composer-attachment-bar.c1
-rw-r--r--composer/e-msg-composer-hdrs.c2
3 files changed, 8 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index e1c9b8841e..a64ac15f41 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-06 Kjartan Maraas <kmaraas@gnome.org>
+
+ * e-msg-composer-attachment.c: Added #include <config.h>
+ * e-msg-composer-hdrs.c: s/_HAVE_CONFIG_H/HAVE_CONFIG_H for
+ working i18n.
+
2000-11-04 Radek Doulik <rodo@helixcode.com>
* e-msg-composer-attachment.c (e_msg_composer_attachment_new): fix
diff --git a/composer/e-msg-composer-attachment-bar.c b/composer/e-msg-composer-attachment-bar.c
index 6653fa238f..07debafdd0 100644
--- a/composer/e-msg-composer-attachment-bar.c
+++ b/composer/e-msg-composer-attachment-bar.c
@@ -21,6 +21,7 @@
* Author: Ettore Perazzoli
*/
+#include <config.h>
#include <gnome.h>
#include <glade/glade.h>
#include <libgnomevfs/gnome-vfs-mime-info.h>
diff --git a/composer/e-msg-composer-hdrs.c b/composer/e-msg-composer-hdrs.c
index 0120082737..21be22b3b2 100644
--- a/composer/e-msg-composer-hdrs.c
+++ b/composer/e-msg-composer-hdrs.c
@@ -21,7 +21,7 @@
* Author: Ettore Perazzoli
*/
-#ifdef _HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
#include <config.h>
#endif