blob: 944ea92bfde3dfd6dc3f37b10fe1a231b9f7434e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ah,v 1.1 2009/09/12 19:21:00 wiz Exp $
--- gconf/gconf-client.c.orig 2009-05-14 17:14:07.000000000 +0200
+++ gconf/gconf-client.c
@@ -168,6 +168,7 @@ gconf_client_get_type (void)
(GInstanceInitFunc) gconf_client_init
};
+ g_type_init();
client_type = g_type_register_static (G_TYPE_OBJECT,
"GConfClient",
&client_info,
|