aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-05-27 21:23:07 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:20 +0800
commitc24038c4f62f37b89d1bda9542ca5ccc843d4ea0 (patch)
treef28b45a375ba145b9a1cfd36b575d40e54b20b34 /addressbook/gui/contact-list-editor
parentbb204a16eac48d7577e7315ea50e050ce009e44d (diff)
downloadgsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.gz
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.bz2
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.lz
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.xz
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.zst
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.zip
Bug #646109 - Fix use of include <config.h> to make sure translations work
Diffstat (limited to 'addressbook/gui/contact-list-editor')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.c2
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-model.c3
2 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
index 2616b84004..212b87f891 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c
@@ -20,7 +20,9 @@
*
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#include "e-contact-list-editor.h"
#include <e-util/e-util-private.h>
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c
index 723ce1d093..1a0cc6d0b6 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-model.c
+++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c
@@ -19,7 +19,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
+
#include <string.h>
#include "e-contact-list-model.h"