aboutsummaryrefslogtreecommitdiff
path: root/src/sound-service-dbus.c
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-03-23 16:05:35 +0000
committerConor Curran <conor.curran@canonical.com>2010-03-23 16:05:35 +0000
commit017109c083b207d4a2bfb1d7d17e09aafc123b55 (patch)
treec88a0b270cae517176e7a4c97a932da628238168 /src/sound-service-dbus.c
parente29d2d4c451d7954aba3aea32432eb7e3b889226 (diff)
downloadayatana-indicator-sound-017109c083b207d4a2bfb1d7d17e09aafc123b55.tar.gz
ayatana-indicator-sound-017109c083b207d4a2bfb1d7d17e09aafc123b55.tar.bz2
ayatana-indicator-sound-017109c083b207d4a2bfb1d7d17e09aafc123b55.zip
dbus methods are now tested
Diffstat (limited to 'src/sound-service-dbus.c')
-rw-r--r--src/sound-service-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service-dbus.c b/src/sound-service-dbus.c
index 260e064..5c6c487 100644
--- a/src/sound-service-dbus.c
+++ b/src/sound-service-dbus.c
@@ -140,7 +140,7 @@ sound_service_dbus_init (SoundServiceDbus *self)
}
/* register the service on it */
dbus_g_connection_register_g_object(priv->connection,
- "/org/ayatana/indicator/sound/service",
+ INDICATOR_SOUND_SERVICE_DBUS_OBJECT,
G_OBJECT(self));
}