summaryrefslogtreecommitdiffstats
path: root/src/daemon/main.c
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2009-07-03 02:49:07 +0300
committerTanu Kaskinen <tanuk@iki.fi>2009-07-03 02:49:07 +0300
commit5c7952e4fa5e560f64255ef173c3e6570bee433a (patch)
tree1f5ee6533e6d30ea0f7b827b7a8ac2ae2f6184f0 /src/daemon/main.c
parent6e2fec05ddd38fa460276202ca2f4ecf68761ed0 (diff)
dbus: Implement the Name property of the core object.
Diffstat (limited to 'src/daemon/main.c')
-rw-r--r--src/daemon/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/main.c b/src/daemon/main.c
index d320c9e4..f4209859 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -943,7 +943,7 @@ int main(int argc, char *argv[]) {
if (!conf->system_instance) {
if (!(server_lookup = pa_dbusobj_server_lookup_new(c)))
goto finish;
- if (!(lookup_service_bus = register_dbus_name(c, DBUS_BUS_SESSION, "org.pulseaudio.PulseAudio1")))
+ if (!(lookup_service_bus = register_dbus_name(c, DBUS_BUS_SESSION, "org.PulseAudio1")))
goto finish;
}