[Pkg-mozext-commits] [compactheader] 289/441: Another bugfix: If RSSLinkify is active make sure that header entry RSSLinkify.newSubject exists.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:10 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 1ff5d2576c6966d55c6809f9261ed79bb8a0a521
Author: Joachim.Herb at gmx.de <Joachim.Herb at gmx.de>
Date:   Sat Sep 24 00:58:45 2011 +0200

    Another bugfix: If RSSLinkify is active make sure that header entry
    RSSLinkify.newSubject exists.
    
    --HG--
    branch : fix_rss_after_preferences_change
---
 chrome/CompactHeader/content/RSSLinkify.js | 1 +
 install.rdf                                | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/CompactHeader/content/RSSLinkify.js b/chrome/CompactHeader/content/RSSLinkify.js
index 49e738d..ac17ba5 100644
--- a/chrome/CompactHeader/content/RSSLinkify.js
+++ b/chrome/CompactHeader/content/RSSLinkify.js
@@ -66,6 +66,7 @@ org.mozdev.compactHeader.RSSLinkify = function() {
       return;
     }
     if (cohePrefBranch.getBoolPref("headersize.linkify")) {
+      if (!RSSLinkify.newSubject) pub.InitializeHeaderViewTables();
       var url = currentHeaderData["content-base"];
       if(url) {
 //          RSSLinkify.newSubject.setAttribute("onclick", "if (!event.button) messenger.launchExternalURL('" +
diff --git a/install.rdf b/install.rdf
index 6850e06..2c470aa 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>1.4.5beta2</em:version>
+		<em:version>1.4.5beta3</em:version>
 		<em:description>Add ability to reduce header size to one or two lines. Linkify subjects in RSS feeds.</em:description>
 		<em:creator>Joachim Herb</em:creator>
 		<em:contributor>Zamula</em:contributor>

-- 
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