diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-16 15:07:09 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-16 15:07:09 +0000 |
commit | 3f7014afbcae2bb141b358ebf0b3cf036b08aa56 (patch) | |
tree | 4eef0601a9c7cb473481d162d8d29aba561ff895 /src/sound-service.xml | |
parent | f800967fcabf6a9d7e6223ff8d6591f042496588 (diff) | |
parent | 4c9ef773092664590d8e6e4fd46d31a35122ab6a (diff) | |
download | ayatana-indicator-sound-3f7014afbcae2bb141b358ebf0b3cf036b08aa56.tar.gz ayatana-indicator-sound-3f7014afbcae2bb141b358ebf0b3cf036b08aa56.tar.bz2 ayatana-indicator-sound-3f7014afbcae2bb141b358ebf0b3cf036b08aa56.zip |
registration process in place
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index ee19ceb..a552d52 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -1,6 +1,6 @@ <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -<node name="/org/ayatana/indicator/sound"> - <interface name="org.ayatana.indicator.sound"> +<node name="/com/canonical/indicators/sound"> + <interface name="com.canonical.indicators.sound"> <method name = "GetSinkMute"> <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="sound_service_dbus_get_sink_mute"/> <arg type='b' name='mute_input' direction="out"/> |