r1485 - in /unstable/evolution/debian: changelog patches/03_evo-addr-export-segfault.patch

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Thu Jan 14 07:21:11 UTC 2010


Author: corsac
Date: Thu Jan 14 07:21:05 2010
New Revision: 1485

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1485
Log:
really add the patch

Added:
    unstable/evolution/debian/patches/03_evo-addr-export-segfault.patch
Modified:
    unstable/evolution/debian/changelog

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=1485&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Thu Jan 14 07:21:05 2010
@@ -1,7 +1,8 @@
 evolution (2.28.2-3) UNRELEASED; urgency=low
 
   * debian/patches:
-    - 03_evo-addr-export-segfault added, fix segfault.          closes: #554442
+    - 03_evo-addr-export-segfault added, fix segfault in
+      evolution-addressbook-export.                             closes: #554442
 
  -- Yves-Alexis Perez <corsac at debian.org>  Thu, 14 Jan 2010 08:15:20 +0100
 

Added: unstable/evolution/debian/patches/03_evo-addr-export-segfault.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/03_evo-addr-export-segfault.patch?rev=1485&op=file
==============================================================================
--- unstable/evolution/debian/patches/03_evo-addr-export-segfault.patch (added)
+++ unstable/evolution/debian/patches/03_evo-addr-export-segfault.patch Thu Jan 14 07:21:05 2010
@@ -1,0 +1,13 @@
+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");




More information about the pkg-evolution-commits mailing list