summaryrefslogtreecommitdiff
path: root/libsowatch/gconfkey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libsowatch/gconfkey.cpp')
-rw-r--r--libsowatch/gconfkey.cpp1
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;