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

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

[linterna-magica-commit] [62] (Partial) Fix for bugs #33303.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [62] (Partial) Fix for bugs #33303.
Date: Fri, 13 May 2011 09:34:35 +0000

Revision: 62
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=62
Author:   valkov
Date:     2011-05-13 09:34:34 +0000 (Fri, 13 May 2011)
Log Message:
-----------
(Partial) Fix for bugs #33303.

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

Modified Paths:
--------------
    branches/0.0.9/Makefile
    branches/0.0.9/src/lm_constructors.js
    branches/0.0.9/src/lm_detect_object_in_remote_site.js

Modified: branches/0.0.9/Makefile
===================================================================
--- branches/0.0.9/Makefile     2011-05-13 08:51:45 UTC (rev 61)
+++ branches/0.0.9/Makefile     2011-05-13 09:34:34 UTC (rev 62)
@@ -36,7 +36,7 @@
 CHMOD=/bin/chmod
 
 PACKAGE= linternamagica
-VERSION = 0.0.9-5
+VERSION = 0.0.9-6-pre-release
 
 topdir=.
 srcdir=$(topdir)/src

Modified: branches/0.0.9/src/lm_constructors.js
===================================================================
--- branches/0.0.9/src/lm_constructors.js       2011-05-13 08:51:45 UTC (rev 61)
+++ branches/0.0.9/src/lm_constructors.js       2011-05-13 09:34:34 UTC (rev 62)
@@ -178,7 +178,7 @@
 
 // Release date string in POISIX time format (date +"%s")
 // FIXME: Add real string
-LinternaMagica.prototype.release_date = "1305010109";
+LinternaMagica.prototype.release_date = "1305279078";
 
 // The URL with information about the latest version. Must
 // return JSONP data:

Modified: branches/0.0.9/src/lm_detect_object_in_remote_site.js
===================================================================
--- branches/0.0.9/src/lm_detect_object_in_remote_site.js       2011-05-13 
08:51:45 UTC (rev 61)
+++ branches/0.0.9/src/lm_detect_object_in_remote_site.js       2011-05-13 
09:34:34 UTC (rev 62)
@@ -150,6 +150,10 @@
     var a = document.createElement("a");
     a.textContent = "Linterna Mágica >>";
     a.setAttribute("class", "linterna-magica-toggle-plugin");
+
+    // See https://savannah.nongnu.org/bugs/?33303
+    a.style.setProperty("margin-bottom", "50px", "important");
+
     a.setAttribute("href", object_data.remote_site_link);
     a.setAttribute("title", _("Watch this video at it's original"+
                              " site with Linterna Mágica"));




reply via email to

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