[cvs-annodex] commit (/annodex):
AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.js
AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.xul
andre
nobody at lists.annodex.net
Mon Jan 31 09:13:40 EST 2005
Update of /annodex (new revision 788)
Modified files:
AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.js
AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.xul
Log Message:
AnnodexFirefoxExtension:
* Disable "Go to end of movie" button. It's half-useless anyway ...
* "Go to beginning of movie" button now starts playback if the movie isn't play
* Closes ticket:31
Modified: AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.js
===================================================================
--- AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.js 2005-01-30 21:59:37 UTC (rev 787)
+++ AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.js 2005-01-30 22:13:40 UTC (rev 788)
@@ -752,6 +752,7 @@
function transportGoToBeginning (event)
{
MediaEngine.goToBeginning();
+ transportPlay(event);
}
function transportGoToEnd (event)
Modified: AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.xul
===================================================================
--- AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.xul 2005-01-30 21:59:37 UTC (rev 787)
+++ AnnodexFirefoxExtension/trunk/chrome/afeview/content/afeview.xul 2005-01-30 22:13:40 UTC (rev 788)
@@ -338,6 +338,7 @@
<toolbarbutton
disabled="true"
+ hidden="true"
id="transport-go-to-end-button"
observes="movieIsActive"
tooltiptext="Go to the end of the movie"
--
andre
More information about the cvs-annodex
mailing list