[at-spi2-core] Add g_type_init
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Add g_type_init
- Date: Tue, 30 Mar 2010 21:02:58 +0000 (UTC)
commit 4a505e6f3e1074dbe3f1ebb9b0f461bfc19eda34
Author: Mike Gorse <mgorse novell com>
Date: Wed Mar 24 14:03:02 2010 -0400
Add g_type_init
registryd/registry-main.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/registryd/registry-main.c b/registryd/registry-main.c
index b00389f..630148f 100644
--- a/registryd/registry-main.c
+++ b/registryd/registry-main.c
@@ -368,6 +368,8 @@ need_to_quit ()
GObject *gconf_client; /* really a GConfClient */
gboolean ret;
+ g_type_init ();
+
gconf = dlopen ("libgconf-2.so", RTLD_LAZY);
if (gconf)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]