diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-07-15 13:23:52 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-07-15 13:23:52 +0100 |
commit | 6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c (patch) | |
tree | 480a4f12b9434a404bbcf8afc8a72b32ae6f856e /src/common-defs.h | |
parent | 4823b3c35b8e8c1334ad947286abf0d88b6de701 (diff) | |
download | ayatana-indicator-sound-6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c.tar.gz ayatana-indicator-sound-6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c.tar.bz2 ayatana-indicator-sound-6bab9d75b22aa21ed27e4961e6dbf4bbcdd2e94c.zip |
label text updating according to position and duration and scrub bar positioning now working
Diffstat (limited to 'src/common-defs.h')
-rw-r--r-- | src/common-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h index 3b54dd0..76e9558 100644 --- a/src/common-defs.h +++ b/src/common-defs.h @@ -39,6 +39,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define DBUSMENU_TITLE_MENUITEM_NAME "x-canonical-sound-menu-player-title-name" #define DBUSMENU_SCRUB_MENUITEM_TYPE "x-canonical-sound-menu-player-scrub-menu-item" -#define DBUSMENU_SCRUB_MENUITEM_DURATION "x-canonical-sound-menu-player-scrub-duration" +#define DBUSMENU_SCRUB_MENUITEM_DURATION "x-canonical-sound-menu-player-scrub-time" #define DBUSMENU_SCRUB_MENUITEM_POSITION "x-canonical-sound-menu-player-scrub-position" |