aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index dc06081f3..26ae2ca65 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -29,7 +29,7 @@
#include <time.h>
#include <sys/types.h>
-#include <glib/gi18n.h>
+#include <glib/gi18n-lib.h>
#include <libxml/uri.h>
#include <telepathy-glib/connection.h>
@@ -58,7 +58,6 @@ empathy_init (void)
/* Setup gettext */
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- textdomain (GETTEXT_PACKAGE);
/* Setup debug output for empathy and telepathy-glib */
if (g_getenv ("EMPATHY_TIMING") != NULL) {