summaryrefslogtreecommitdiffstats
path: root/src/pulse/context.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-03-30 21:07:23 +0200
committerLennart Poettering <lennart@poettering.net>2009-03-30 21:07:23 +0200
commit3df9eef9d0deb4f5216d024163fe966befeca908 (patch)
tree0af1a8515a42552376603581e7d724edc0f2c19c /src/pulse/context.c
parent857a1f4909f91fbf504ad05aca4b0dcd7945cacf (diff)
take org.pulseaudio.Server instead of org.pulseaudio to match the interface name already used in the HAL module
Diffstat (limited to 'src/pulse/context.c')
-rw-r--r--src/pulse/context.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulse/context.c b/src/pulse/context.c
index 9fb9e726..40fa808c 100644
--- a/src/pulse/context.c
+++ b/src/pulse/context.c
@@ -760,8 +760,8 @@ static void track_pulseaudio_on_dbus(pa_context *c, DBusBusType type, pa_dbus_wr
if (pa_dbus_add_matches(
pa_dbus_wrap_connection_get(*conn), &error,
- "type='signal',sender='" DBUS_SERVICE_DBUS "',interface='" DBUS_INTERFACE_DBUS "',member='NameOwnerChanged',arg0='org.pulseaudio',arg1=''", NULL) < 0)
- pa_log_warn("Unable to track org.pulseaudio: %s: %s", error.name, error.message);
+ "type='signal',sender='" DBUS_SERVICE_DBUS "',interface='" DBUS_INTERFACE_DBUS "',member='NameOwnerChanged',arg0='org.pulseaudio.Server',arg1=''", NULL) < 0)
+ pa_log_warn("Unable to track org.pulseaudio.Server: %s: %s", error.name, error.message);
finish:
dbus_error_free(&error);