[Pkg-mozext-commits] [compactheader] 178/441: Fix compatibility with autoslide.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:56 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 ddd0b2bf1a10df0eaf2f8b1fd2a10d20f1a8b9fa
Author: joachim.herb <none at none>
Date:   Sun Sep 19 21:11:50 2010 +0000

    Fix compatibility with autoslide.
---
 chrome/CompactHeader/content/compactHeaderOverlay.js | 2 +-
 install.rdf                                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.js b/chrome/CompactHeader/content/compactHeaderOverlay.js
index dbdca14..93a5ed6 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -1104,7 +1104,7 @@ org.mozdev.compactHeader.pane = function() {
 
     var xul11   = document.createElement("hbox");
     xul11.id    = "messagepanehbox";
-    xul11.setAttribute("flex", "1");
+    //xul11.setAttribute("flex", "1");
     xul11.setAttribute("hidden", "false");
     messagepanebox.parentNode.insertBefore(xul11, messagepanebox);
 
diff --git a/install.rdf b/install.rdf
index 10af67e..42f7944 100644
--- a/install.rdf
+++ b/install.rdf
@@ -23,7 +23,7 @@
 			<RDF:Description>
 				<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
 				<em:minVersion>3.0</em:minVersion>
-				<em:maxVersion>3.2a1pre</em:maxVersion>
+				<em:maxVersion>3.3a1pre</em:maxVersion>
 			</RDF:Description>
 		</em:targetApplication>
 	</RDF:Description>

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