[empathy/gnome-2-30] accounts-module: Remove call to textdomain ()



commit 791022575040aa5aa08e1b0fa1953209cfefe1a6
Author: Rob Bradford <rob linux intel com>
Date:   Fri Apr 30 10:29:22 2010 +0100

    accounts-module: Remove call to textdomain ()
    
    This shouldn't be called in shared module.
    
    Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617262

 src/empathy-accounts-module.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-accounts-module.c b/src/empathy-accounts-module.c
index 76a7478..e83b357 100644
--- a/src/empathy-accounts-module.c
+++ b/src/empathy-accounts-module.c
@@ -30,8 +30,6 @@
 void
 g_io_module_load (GIOModule *module)
 {
-  textdomain (GETTEXT_PACKAGE);
-
   cc_empathy_accounts_panel_register (module);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]