diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2011-03-30 01:03:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-04-04 21:43:01 +0800 |
commit | f0f99ffaa08240fbb72d7eed198368fd22fe4c47 (patch) | |
tree | e3215338702b00bbedec3776b9d08e481db11d32 /libempathy-gtk | |
parent | 9048ff4f63c8ac3174468ceb4787b658d948c6e0 (diff) | |
download | gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.gz gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.bz2 gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.lz gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.xz gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.tar.zst gsoc2013-empathy-f0f99ffaa08240fbb72d7eed198368fd22fe4c47.zip |
-Fix use of include <config.h> to make sure translations work
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-blocking-dialog.c | 4 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-search-dialog.c | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.c b/libempathy-gtk/empathy-contact-blocking-dialog.c index a46820c5d..7fbdd1466 100644 --- a/libempathy-gtk/empathy-contact-blocking-dialog.c +++ b/libempathy-gtk/empathy-contact-blocking-dialog.c @@ -22,6 +22,10 @@ * Authors: Danielle Madeley <danielle.madeley@collabora.co.uk> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <glib/gi18n.h> #include <libempathy/empathy-utils.h> diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c index aeb0767d3..6e9473b8b 100644 --- a/libempathy-gtk/empathy-contact-search-dialog.c +++ b/libempathy-gtk/empathy-contact-search-dialog.c @@ -23,6 +23,10 @@ * Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk> */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <glib/gi18n.h> #include <telepathy-glib/telepathy-glib.h> |