diff options
-rw-r--r-- | addressbook/tools/evolution-addressbook-export.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index c8ae956081..58831ed16c 100644 --- a/addressbook/tools/evolution-addressbook-export.c +++ b/addressbook/tools/evolution-addressbook-export.c @@ -75,6 +75,8 @@ main (gint argc, gchar **argv) gint IsCSV = FALSE; gint IsVCard = FALSE; + g_type_init (); + /*i18n-lize */ bindtextdomain (GETTEXT_PACKAGE, EVOLUTION_LOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); |