diff options
Diffstat (limited to 'libsowatch/gconfkey.cpp')
-rw-r--r-- | libsowatch/gconfkey.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsowatch/gconfkey.cpp b/libsowatch/gconfkey.cpp index b47deb5..c6becc4 100644 --- a/libsowatch/gconfkey.cpp +++ b/libsowatch/gconfkey.cpp @@ -11,6 +11,7 @@ static GConfClient* g_client = NULL; static GConfClient* get_client() { if (!g_client) { + g_type_init(); g_client = gconf_client_get_default(); } return g_client; |