diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-08 17:21:05 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-08 17:21:05 +0000 |
commit | ea417ae84133c26aed0b257376ab1d1c567a9779 (patch) | |
tree | f889cfcbaf1efe9f20e338b27f516bf8f6f3976b /src/sound-service.xml | |
parent | f9ef87f71c488f6791e32b1cf7205fb65db81ce8 (diff) | |
download | ayatana-indicator-sound-ea417ae84133c26aed0b257376ab1d1c567a9779.tar.gz ayatana-indicator-sound-ea417ae84133c26aed0b257376ab1d1c567a9779.tar.bz2 ayatana-indicator-sound-ea417ae84133c26aed0b257376ab1d1c567a9779.zip |
automatic slider volume updates working
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 0a35690..e7f3e75 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -14,7 +14,7 @@ Our respective UI element should listen to this and therefore will be updated wi <arg name="mute_value" type="b" direction="out"/> </signal> <signal name="SinkVolumeUpdate"> - <arg name="volume_percent" type="x" direction="out"/> + <arg name="volume_percent" type="u" direction="out"/> </signal> </interface> </node> |