diff options
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"/> |