blob: ac903d9f4e22ff8a83897a13a8c8cd7dc9c83ce4 (
plain) (
tree)
|
|
--- registryd/registry-main.c.orig 2010-02-27 00:19:33.000000000 -0500
+++ registryd/registry-main.c 2010-02-27 00:21:10.000000000 -0500
@@ -198,6 +198,7 @@ main (int argc, char **argv)
* 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);
|