From 1448ecee67aa8480bd1e39d47248ab13a5ba4fde Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Fri, 1 Apr 2011 18:34:16 +0200 Subject: Fix translations being boken by removing calls to bindtextdomain() from plugins. It shouldn't be needed for plugins that live in the evolution source tree anyway since they should just use the translation domain they inherit from main(). --- plugins/pst-import/Makefile.am | 2 -- plugins/pst-import/pst-importer.c | 8 -------- 2 files changed, 10 deletions(-) (limited to 'plugins/pst-import') diff --git a/plugins/pst-import/Makefile.am b/plugins/pst-import/Makefile.am index b4745b6226..71b37a9d0f 100644 --- a/plugins/pst-import/Makefile.am +++ b/plugins/pst-import/Makefile.am @@ -17,8 +17,6 @@ liborg_gnome_pst_import_la_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ -I$(top_builddir) \ - -DGETTEXT_PACKAGE="\"$(GETTEXT_PACKAGE)\"" \ - -DLOCALEDIR="\"$(LOCALEDIR)\"" \ $(GNOME_PLATFORM_CFLAGS) \ $(EVOLUTION_CFLAGS) \ $(EVOLUTION_CALENDAR_CFLAGS) \ diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c index afd4767d5c..603e739fe5 100644 --- a/plugins/pst-import/pst-importer.c +++ b/plugins/pst-import/pst-importer.c @@ -1683,14 +1683,6 @@ org_credativ_evolution_readpst_cancel (EImport *ei, EImportTarget *target, EImpo gint e_plugin_lib_enable (EPlugin *ep, gint enable) { - if (enable) { - bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); - g_message ("pst Plugin enabled"); - } else { - g_message ("pst Plugin disabled"); - } - return 0; } -- cgit v1.2.3