diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-02-10 01:00:27 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-02-10 01:00:27 +0000 |
commit | 43bcb8cdaeed6260b0b707573e21fec554fd5991 (patch) | |
tree | a7d62f7c10a328a960f13f0248336e2ba82cfeda /src/common-defs.h | |
parent | b117e1edcf717da7d0d0cd890a85cc86366df931 (diff) | |
download | ayatana-indicator-sound-43bcb8cdaeed6260b0b707573e21fec554fd5991.tar.gz ayatana-indicator-sound-43bcb8cdaeed6260b0b707573e21fec554fd5991.tar.bz2 ayatana-indicator-sound-43bcb8cdaeed6260b0b707573e21fec554fd5991.zip |
silly/nasty scaling bug caught
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 4009773..896caba 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -1,7 +1,7 @@ /* 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_SINK_VOLUME_UPDATE "SinkVolumeUpdate" -//#define SIGNAL_SINK_MUTE_UPDATE "SinkMuteUpdate" +#define SIGNAL_SINK_MUTE_UPDATE "SinkMuteUpdate" // DBUS items #define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item" |