aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-groups.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-12 23:49:24 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-12 23:49:24 +0800
commit9f63ed0b61ec39f884a28394cffbec45cbeb03f7 (patch)
tree79de9b7fb6cb41712f56f6655b17c9a0f05526f5 /libempathy/empathy-contact-groups.c
parent37d437ae1c69c8c70f5a289ec59363fe21836255 (diff)
downloadgsoc2013-empathy-9f63ed0b61ec39f884a28394cffbec45cbeb03f7.tar
gsoc2013-empathy-9f63ed0b61ec39f884a28394cffbec45cbeb03f7.tar.gz
gsoc2013-empathy-9f63ed0b61ec39f884a28394cffbec45cbeb03f7.tar.bz2
gsoc2013-empathy-9f63ed0b61ec39f884a28394cffbec45cbeb03f7.tar.lz
gsoc2013-empathy-9f63ed0b61ec39f884a28394cffbec45cbeb03f7.tar.xz
gsoc2013-empathy-9f63ed0b61ec39f884a28394cffbec45cbeb03f7.tar.zst
gsoc2013-empathy-9f63ed0b61ec39f884a28394cffbec45cbeb03f7.zip
Use gi18n-lib.h instead of gi18n.h for libraries.
svn path=/trunk/; revision=1967
Diffstat (limited to 'libempathy/empathy-contact-groups.c')
-rw-r--r--libempathy/empathy-contact-groups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-groups.c b/libempathy/empathy-contact-groups.c
index 83d920a94..6973a960a 100644
--- a/libempathy/empathy-contact-groups.c
+++ b/libempathy/empathy-contact-groups.c
@@ -27,7 +27,7 @@
#include <sys/stat.h>
#include <glib.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <libxml/parser.h>
#include <libxml/tree.h>