summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-09-02 15:18:56 +0000
committerLennart Poettering <lennart@poettering.net>2006-09-02 15:18:56 +0000
commit6db6c835ec450e4e70197f01e2fcf1b9c9d3e222 (patch)
tree38ad0b50d815d31b1cfdd485821cc2fa4ef6fb28
parent2536ba9279f681eb97ba51bdc3b5cadad7c5c5fc (diff)
add missing g_type_init()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1367 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/modules/gconf/gconf-helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/gconf/gconf-helper.c b/src/modules/gconf/gconf-helper.c
index 72454817..40724f4e 100644
--- a/src/modules/gconf/gconf-helper.c
+++ b/src/modules/gconf/gconf-helper.c
@@ -97,6 +97,8 @@ int main(int argc, char *argv[]) {
GConfClient *client;
GSList *modules, *m;
+ g_type_init();
+
if (!(client = gconf_client_get_default()))
goto fail;