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/common-defs.h | |
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/common-defs.h')
-rw-r--r-- | src/common-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index a06b1b3..c969ddb 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -1,6 +1,6 @@ /* constants used for signals on the dbus. This file is shared between client and server implementation */ #define SIGNAL_SINK_INPUT_WHILE_MUTED "SinkInputWhileMuted" -#define SIGNAL_UPDATE_SINK_VOLUME "UpdateSinkVolume" +#define SIGNAL_SINK_VOLUME_UPDATE "SinkVolumeUpdate" // DBUS items #define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item" |