diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-08 14:26:57 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-08 14:26:57 +0100 |
commit | 5a9881a144df8a9c36f9d5b96ea53e872c76949b (patch) | |
tree | 3b3ffcf7f6cc8f227540bae401f2ddc5f693923c /src/common-defs.h | |
parent | ed0f4a53abcce977b74ca2647fddbb08b4284982 (diff) | |
download | ayatana-indicator-sound-5a9881a144df8a9c36f9d5b96ea53e872c76949b.tar.gz ayatana-indicator-sound-5a9881a144df8a9c36f9d5b96ea53e872c76949b.tar.bz2 ayatana-indicator-sound-5a9881a144df8a9c36f9d5b96ea53e872c76949b.zip |
new transport bar
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 9be1da5..94c178e 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -27,3 +27,4 @@ with this program. If not, see <http://www.gnu.org/licenses/>. // DBUS items #define DBUSMENU_SLIDER_MENUITEM_TYPE "x-canonical-ido-slider-item" #define DBUSMENU_SLIDER_MENUITEM_PROP_VOLUME "volume" +#define DBUSMENU_TRANSPORT_MENUITEM_TYPE "x-canonical-transport-bar" |