[at-spi] Fix missing g_type_init
- From: Alejandro PiÃeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi] Fix missing g_type_init
- Date: Tue, 21 Aug 2012 09:10:34 +0000 (UTC)
commit c7639c37ae6ff3456b15adf2cd7ff229e72e4fa0
Author: Sandro Bonazzola <sandro bonazzola gmail com>
Date: Tue Aug 21 11:09:29 2012 +0200
Fix missing g_type_init
https://bugzilla.gnome.org/show_bug.cgi?id=633883
registryd/registry-main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/registryd/registry-main.c b/registryd/registry-main.c
index a745878..03ed5b5 100644
--- a/registryd/registry-main.c
+++ b/registryd/registry-main.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]