]> git.0d.be Git - empathy.git/commitdiff
accounts-module: Remove call to textdomain ()
authorRob Bradford <rob@linux.intel.com>
Fri, 30 Apr 2010 09:29:22 +0000 (10:29 +0100)
committerRob Bradford <rob@linux.intel.com>
Mon, 3 May 2010 17:01:11 +0000 (18:01 +0100)
This shouldn't be called in shared module.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262
src/empathy-accounts-module.c

index 76a74780437211c4624ec360819c52d5e06c3851..e83b357c52d5e883e950edc1d71538907ddf9d70 100644 (file)
@@ -30,8 +30,6 @@
 void
 g_io_module_load (GIOModule *module)
 {
-  textdomain (GETTEXT_PACKAGE);
-
   cc_empathy_accounts_panel_register (module);
 }