summaryrefslogtreecommitdiffstats
path: root/src/modules/gconf/module-gconf.c
diff options
context:
space:
mode:
authorDaniel Mack <daniel@caiaq.de>2009-09-22 11:30:30 +0800
committerDaniel Mack <daniel@caiaq.de>2009-09-22 11:30:30 +0800
commit94aa9097f4ded68623160d754a4bf2632b8efc79 (patch)
tree94a5e1192a18f760dc00ff5b36e1f7ba36fd449b /src/modules/gconf/module-gconf.c
parentc1e59f7d762fb147bc5250ebddb9cf5639aba522 (diff)
parentc194db71b0ff853b4f46df26e135edf63b215451 (diff)
Merge branch 'master' of git://0pointer.de/pulseaudio
Diffstat (limited to 'src/modules/gconf/module-gconf.c')
-rw-r--r--src/modules/gconf/module-gconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/gconf/module-gconf.c b/src/modules/gconf/module-gconf.c
index 85523b39..5f31d688 100644
--- a/src/modules/gconf/module-gconf.c
+++ b/src/modules/gconf/module-gconf.c
@@ -342,7 +342,7 @@ int pa__init(pa_module*m) {
if ((u->fd = pa_start_child_for_read(
#if defined(__linux__) && !defined(__OPTIMIZE__)
- pa_run_from_build_tree() ? PA_BUILDDIR "/.libs/gconf-helper" :
+ pa_run_from_build_tree() ? PA_BUILDDIR "/gconf-helper" :
#endif
PA_GCONF_HELPER, NULL, &u->pid)) < 0)
goto fail;