[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v1.0-dev-127-g0d1e53e
Colin Guthrie
gitmailer-noreply at 0pointer.de
Tue Mar 1 10:15:08 PST 2011
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 38d0f4d15fc39575ea52c2832463d29050f8d0cb (commit)
- Log -----------------------------------------------------------------
0d1e53e x11: Make pax11publish -r remove PULSE_SESSION_ID
-----------------------------------------------------------------------
Summary of changes:
src/utils/pax11publish.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit 0d1e53e30a7a984657a6599fb2978e9cdd4c6bb5
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Tue Mar 1 18:15:28 2011 +0000
x11: Make pax11publish -r remove PULSE_SESSION_ID
This is not set by pax11publish, but module-x11-publish does so this tool
should tidy that up. It is only removed when passing -r and is
ignored when actually setting up it's own properties from the conf
files/guesswork.
diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c
index e155888..a6f058a 100644
--- a/src/utils/pax11publish.c
+++ b/src/utils/pax11publish.c
@@ -209,6 +209,7 @@ int main(int argc, char *argv[]) {
pa_x11_del_prop(xcb, screen, "PULSE_SOURCE");
pa_x11_del_prop(xcb, screen, "PULSE_ID");
pa_x11_del_prop(xcb, screen, "PULSE_COOKIE");
+ pa_x11_del_prop(xcb, screen, "PULSE_SESSION_ID");
break;
default:
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list