diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-02 18:04:41 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-02 18:04:41 +0100 |
commit | 0125f59bd6229cc8c98314b86795814ca5df6c42 (patch) | |
tree | 12d4f35061b5b9cd820ab7b8846c7fdf7070d008 /src/common-defs.h | |
parent | 966137c8c0547f1c749fa7b13955c6f536539129 (diff) | |
download | ayatana-indicator-sound-0125f59bd6229cc8c98314b86795814ca5df6c42.tar.gz ayatana-indicator-sound-0125f59bd6229cc8c98314b86795814ca5df6c42.tar.bz2 ayatana-indicator-sound-0125f59bd6229cc8c98314b86795814ca5df6c42.zip |
active triangle now in place
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 e554c11..e268aaa 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -41,6 +41,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_TITLE_MENUITEM_TYPE "x-canonical-sound-menu-player-title-type" #define DBUSMENU_TITLE_MENUITEM_NAME "x-canonical-sound-menu-player-title-name" +#define DBUSMENU_TITLE_MENUITEM_RUNNING "x-canonical-sound-menu-player-title-running" #define DBUSMENU_SCRUB_MENUITEM_TYPE "x-canonical-sound-menu-player-scrub-type" #define DBUSMENU_SCRUB_MENUITEM_DURATION "x-canonical-sound-menu-player-scrub-mpris:length" |