aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/e-summary-preferences.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 43f4942464..ee3c6444b6 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-09 Kjartan Maraas <kmaraas@gnome.org>
+
+ * e-summary-preferences.c: Added #include <config.h> to get
+ translations working.
+
2001-07-06 Iain Holmes <iain@ximian.com>
* e-summary-preferences.c (str_list_from_vector): Change the delimiter
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c
index 1e8c899150..006043d8da 100644
--- a/my-evolution/e-summary-preferences.c
+++ b/my-evolution/e-summary-preferences.c
@@ -6,6 +6,10 @@
* Authors: Iain Holmes <iain@ximian.com>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "e-summary.h"
#include "e-summary-preferences.h"