linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [224] Fixes for bugs #34194.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [224] Fixes for bugs #34194.
Date: Tue, 29 Nov 2011 13:39:59 +0000

Revision: 224
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=224
Author:   valkov
Date:     2011-11-29 13:39:58 +0000 (Tue, 29 Nov 2011)
Log Message:
-----------
Fixes for bugs #34194. Start the time ticker for the new cloned video object, 
when a HD link is selected.

Ticket Links:
------------
    http://savannah.gnu.org/bugs/?34194

Modified Paths:
--------------
    trunk/src/lm_interface_hd_links.js

Modified: trunk/src/lm_interface_hd_links.js
===================================================================
--- trunk/src/lm_interface_hd_links.js  2011-11-29 13:11:59 UTC (rev 223)
+++ trunk/src/lm_interface_hd_links.js  2011-11-29 13:39:58 UTC (rev 224)
@@ -75,6 +75,10 @@
            parent.appendChild(new_video);
        }
 
+       // The ticker function stops and deletes the previous
+       // timer/interval when there is no acces to the object.
+       this.player.init.apply(this,[id]);
+
        // Set the new selected link in the list and clear the old one
        if (selected_link)
        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]