[Pkg-mozext-commits] [compactheader] 99/441: New version: 1.0.0 Fix bug in linkification of subject

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository compactheader.

commit 74a927fa1b3bd16d6c2f026ba81b14948299c42b
Author: joachim.herb <none at none>
Date:   Sat Nov 28 00:36:27 2009 +0000

    New version: 1.0.0
    Fix bug in linkification of subject
---
 chrome/CompactHeader/content/compactHeaderOverlay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.js b/chrome/CompactHeader/content/compactHeaderOverlay.js
index 2eb4d5c..605cebe 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -179,7 +179,7 @@ org.mozdev.compactHeader.pane = function() {
     }
   
     if (cohePrefBranch.getBoolPref("headersize.linkify")) {
-      RSSLinkify.newSubject = document.createElement("label");
+      RSSLinkify.newSubject = document.getElementById("collapsedsubjectlinkBox") || document.createElement("label");
       RSSLinkify.newSubject.setAttribute("id", "collapsedsubjectlinkBox");
       RSSLinkify.newSubject.setAttribute("class", "headerValue plain headerValueUrl");
       RSSLinkify.newSubject.setAttribute("originalclass", "headerValue plain headerValueUrl");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git



More information about the Pkg-mozext-commits mailing list