diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-03-23 16:05:35 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-03-23 16:05:35 +0000 |
commit | 017109c083b207d4a2bfb1d7d17e09aafc123b55 (patch) | |
tree | c88a0b270cae517176e7a4c97a932da628238168 /src/sound-service-dbus.c | |
parent | e29d2d4c451d7954aba3aea32432eb7e3b889226 (diff) | |
download | ayatana-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.c | 2 |
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)); } |