r25462 - in /desktop/unstable/at-spi/debian: changelog patches/01_type_init.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Oct 30 14:18:43 UTC 2010


Author: joss
Date: Sat Oct 30 14:18:36 2010
New Revision: 25462

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25462
Log:
01_type_init.patch: patch from Samuel Thibault. Correctly call 
g_type_init before using GConf. Closes: #601163.

Added:
    desktop/unstable/at-spi/debian/patches/01_type_init.patch
Modified:
    desktop/unstable/at-spi/debian/changelog

Modified: desktop/unstable/at-spi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/at-spi/debian/changelog?rev=25462&op=diff
==============================================================================
--- desktop/unstable/at-spi/debian/changelog [utf-8] (original)
+++ desktop/unstable/at-spi/debian/changelog [utf-8] Sat Oct 30 14:18:36 2010
@@ -1,3 +1,10 @@
+at-spi (1.30.1-3) UNRELEASED; urgency=low
+
+  * 01_type_init.patch: patch from Samuel Thibault. Correctly call 
+    g_type_init before using GConf. Closes: #601163.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 30 Oct 2010 16:17:17 +0200
+
 at-spi (1.30.1-2) unstable; urgency=low
 
   * Add missing dependency on libgail-common. Closes: #579507.

Added: desktop/unstable/at-spi/debian/patches/01_type_init.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/at-spi/debian/patches/01_type_init.patch?rev=25462&op=file
==============================================================================
--- desktop/unstable/at-spi/debian/patches/01_type_init.patch (added)
+++ desktop/unstable/at-spi/debian/patches/01_type_init.patch [utf-8] Sat Oct 30 14:18:36 2010
@@ -1,0 +1,10 @@
+--- ./registryd/registry-main.c.original	2010-10-24 01:53:58.000000000 +0200
++++ ./registryd/registry-main.c	2010-10-24 01:53:59.000000000 +0200
+@@ -198,6 +198,7 @@
+    * has been set.  If we have not been relocated, we will exit if the
+    * at-spi-dbus key has been set.
+    */
++  g_type_init();
+   gconf_client = gconf_client_get_default ();
+ #ifdef RELOCATE
+   need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL);




More information about the pkg-gnome-commits mailing list