aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2010-08-18 17:51:03 +0200
committerBazaar Package Importer <james.westby@ubuntu.com>2010-08-18 17:51:03 +0200
commit0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d (patch)
treee13374346bed13be3a4fc3e815e02b05d30717d9 /src/common-defs.h
parent4122614e725c4e41278142cfce1d1fc8fb4cfc22 (diff)
parent4c742105d8252a84df1aa6e5af419afd6abb52fa (diff)
downloadayatana-indicator-sound-0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d.tar.gz
ayatana-indicator-sound-0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d.tar.bz2
ayatana-indicator-sound-0e0a8f4e926bd8179964826cf8ae2c3cecfbd26d.zip
New upstream release using mpris2 now (lp: #617367)
Diffstat (limited to 'src/common-defs.h')
-rw-r--r--src/common-defs.h3
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"