diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-08-02 19:13:58 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-08-02 19:13:58 +0100 |
commit | 9f7e55264deaaad68280ae33daad95fca604df8b (patch) | |
tree | 60a7fbb7bb9eee411eb0ce60a72a191376cc8108 /src/common-defs.h | |
parent | 496ac14d4e3b4e5b9284083cf4ce277cfe5ef343 (diff) | |
download | ayatana-indicator-sound-9f7e55264deaaad68280ae33daad95fca604df8b.tar.gz ayatana-indicator-sound-9f7e55264deaaad68280ae33daad95fca604df8b.tar.bz2 ayatana-indicator-sound-9f7e55264deaaad68280ae33daad95fca604df8b.zip |
replaced now needs tweaking
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 46ff520..e3b4552 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -27,7 +27,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_PROPERTY_EMPTY -1 /* DBUS Custom Items */ -#define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-type" +#define DBUSMENU_VOLUME_MENUITEM_TYPE "x-canonical-ido-volume-type" +#define DBUSMENU_VOLUME_MENUITEM_LEVEL "x-canonical-ido-volume-level" #define DBUSMENU_TRANSPORT_MENUITEM_TYPE "x-canonical-sound-menu-player-transport-type" #define DBUSMENU_TRANSPORT_MENUITEM_PLAY_STATE "x-canonical-sound-menu-player-transport-state" |