tags 554442 + fixed-upstream patch thanks Upstream has fixed this in their master and gnome-2-28 branches. The patch is available here and attached:
http://bugzilla.gnome.org/show_bug.cgi?id=604670 It would be great if this could be applied to the package in Debian so that it is fixed for squeeze. -- bye, pabs http://wiki.debian.org/PaulWise
diff --git a/addressbook/tools/evolution-addressbook-export.c b/addressbook/tools/evolution-addressbook-export.c index c8ae956..58831ed 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");
signature.asc
Description: This is a digitally signed message part