]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-utils.c
Use gi18n-lib.h instead of gi18n.h for libraries.
[empathy.git] / libempathy / empathy-utils.c
index dc06081f35d0a48ef98885e8a079a572100e637b..26ae2ca650c84c3fe72abfff74b59b2a393a77d9 100644 (file)
@@ -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) {