[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.17-57-g56e1290
Lennart Poettering
gitmailer-noreply at 0pointer.de
Fri Sep 18 14:33:21 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 8ad8e393f135f294942347dd66ec5e6c53329764 (commit)
- Log -----------------------------------------------------------------
56e1290 gconf: run the wrapper script when running gconf-helper from build tree
-----------------------------------------------------------------------
Summary of changes:
src/modules/gconf/module-gconf.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 56e1290ef688ed0836d34492bc55c1f41f09c2f5
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Sep 18 23:31:54 2009 +0200
gconf: run the wrapper script when running gconf-helper from build tree
diff --git a/src/modules/gconf/module-gconf.c b/src/modules/gconf/module-gconf.c
index 85523b3..5f31d68 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;
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list