[Pkg-mozext-commits] [compactheader] 335/441: Version 2.0.3beta1: Add compatibility with Mnenhy.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:15 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 45b665c28d9adfab9bf2479e310520a15291c798
Author: Joachim.Herb at gmx.de <Joachim.Herb at gmx.de>
Date:   Tue Mar 20 22:41:06 2012 +0100

    Version 2.0.3beta1: Add compatibility with Mnenhy.
---
 chrome/CompactHeader/content/compactHeaderOverlay.js | 4 +++-
 install.rdf                                          | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.js b/chrome/CompactHeader/content/compactHeaderOverlay.js
index 2da0980..c8f9e60 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -403,6 +403,7 @@ org.mozdev.compactHeader.pane = function() {
   }
 
   pub.coheToggleHeaderView = function() {
+    org.mozdev.compactHeader.debug.log("coheToggleHeaderView start");
     gCoheCollapsedHeaderViewMode = !gCoheCollapsedHeaderViewMode;
 
     let deck = document.getElementById('msgHeaderViewDeck');
@@ -415,7 +416,7 @@ org.mozdev.compactHeader.pane = function() {
       coheUpdateMessageHeaders();
     } else {
       deck.selectedPanel = document.getElementById("expandedHeaderView");
-      ClearHeaderView(gExpandedHeaderView);
+      //ClearHeaderView(gExpandedHeaderView);
       UpdateExpandedMessageHeaders();
       //gDBView.reloadMessage();
     }
@@ -426,6 +427,7 @@ org.mozdev.compactHeader.pane = function() {
     syncGridColumnWidths();
 
     coheToggleHeaderContent();
+    org.mozdev.compactHeader.debug.log("coheToggleHeaderView stop");
   }
 
   function coheToggleHeaderContent() {
diff --git a/install.rdf b/install.rdf
index eed8876..f38d45f 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>2.0.2</em:version>
+		<em:version>2.0.3beta1</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