diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-10 00:46:07 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-10 00:46:07 +0000 |
commit | b117e1edcf717da7d0d0cd890a85cc86366df931 (patch) | |
tree | a0d9250a187b729198cb6f378b08416d49f7c654 /src/sound-service.xml | |
parent | 8d9276778375d9187a8f9839ff11e8aa5b186da0 (diff) | |
download | ayatana-indicator-sound-b117e1edcf717da7d0d0cd890a85cc86366df931.tar.gz ayatana-indicator-sound-b117e1edcf717da7d0d0cd890a85cc86366df931.tar.bz2 ayatana-indicator-sound-b117e1edcf717da7d0d0cd890a85cc86366df931.zip |
silly/nasty scaling bug caught
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 4a88aab..65d88ab 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -15,13 +15,17 @@ Our respective UI element should listen to this and therefore will be updated wi <!-- Triggered when a sink is muted but the input has been sent to that sink --> <signal name="SinkInputWhileMuted"> <arg name="sink_index" type="x" direction="out"/> - <arg name="mute_value" type="b" direction="out"/> + <arg name="block_value" type="b" direction="out"/> </signal> <signal name="SinkVolumeUpdate"> <arg name="volume_percent" type="u" direction="out"/> </signal> + <signal name="SinkMuteUpdate"> + <arg name="mute_value" type="b" direction="out"/> + </signal> + </interface> </node> |