diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-22 20:21:22 +0200 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-22 20:21:22 +0200 |
commit | 21b398262932ad1c835e524d7c2f450e855ed8b8 (patch) | |
tree | 5a96a46ad8617c0fc7f24870f4d3840078b7a50d /src/common-defs.h | |
parent | 6265822d010af70aef509031e602714d1c2e24c5 (diff) | |
parent | cf97680d74aa9ab00cd55359d9e16acdad9f057f (diff) | |
download | ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.tar.gz ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.tar.bz2 ayatana-indicator-sound-21b398262932ad1c835e524d7c2f450e855ed8b8.zip |
ido scrub bar in but there are some bugs
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 76e9558..208c8cb 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -41,4 +41,5 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_SCRUB_MENUITEM_TYPE "x-canonical-sound-menu-player-scrub-menu-item" #define DBUSMENU_SCRUB_MENUITEM_DURATION "x-canonical-sound-menu-player-scrub-time" #define DBUSMENU_SCRUB_MENUITEM_POSITION "x-canonical-sound-menu-player-scrub-position" +#define DBUSMENU_SCRUB_MENUITEM_PLAY_STATE "x-canonical-sound-menu-player-scrub-play-state" |