[Pkg-mozext-commits] [compactheader] 102/441: New version 1.0.1: Avoid jumping of from field when toggling header view.

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 ba6b605349763c2e651f4200a9a0a72ec2f0bd80
Author: joachim.herb <none at none>
Date:   Mon Nov 30 00:01:06 2009 +0000

    New version 1.0.1:
    Avoid jumping of from field when toggling header view.
---
 chrome/CompactHeader/content/compactHeaderOverlay.js | 3 ++-
 install.rdf                                          | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.js b/chrome/CompactHeader/content/compactHeaderOverlay.js
index 605cebe..f659388 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -448,12 +448,13 @@ org.mozdev.compactHeader.pane = function() {
       deck.selectedPanel = document.getElementById("expandedHeaderView");
       ClearHeaderView(gExpandedHeaderView);
       UpdateExpandedMessageHeaders();
-      gDBView.reloadMessage();
+      //gDBView.reloadMessage();
     }
     
     // Work around a xul deck bug where the height of the deck is determined
     // by the tallest panel in the deck even if that panel is not selected...
     deck.selectedPanel.collapsed = false;
+    syncGridColumnWidths();
     
     coheToggleHeaderContent();
   }
diff --git a/install.rdf b/install.rdf
index d333522..ae89f8b 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.0.0</em:version>
+		<em:version>1.0.1</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