diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 04:03:20 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-09 04:03:20 +0200 |
commit | 406332eb6b3199d19388f359d04c9f184e6082b5 (patch) | |
tree | 0560e8dabcd715cdf1932b7ac6105df5d20025e5 /libsowatch/gconfkey.cpp | |
parent | 3aa62b0543d978c1a01c5cf05a898fd8d805c44b (diff) | |
download | sowatch-406332eb6b3199d19388f359d04c9f184e6082b5.tar.gz sowatch-406332eb6b3199d19388f359d04c9f184e6082b5.zip |
watch status UI
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; |