[Pkg-mozext-commits] [compactheader] 01/01: Increase timeout for call to onChangeDispMUAicon.

David Prévot taffit at moszumanska.debian.org
Sat Mar 28 15:35:33 UTC 2015


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

taffit pushed a commit to tag V_1_4_4beta1
in repository compactheader.

commit 6f465c121473711478a2e459c1e9a2ec8a1f16bf
Author: joachim <none at none>
Date:   Fri Sep 23 16:58:10 2011 +0200

    Increase timeout for call to onChangeDispMUAicon.
    
    --HG--
    branch : fix_dispmua
---
 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 1beda61..7969c22 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -279,7 +279,7 @@ org.mozdev.compactHeader.pane = function() {
     },
 
     onEndAttachments: function cML_onEndAttachments() {
-      setTimeout(org.mozdev.compactHeader.toolbar.onChangeDispMUAicon, 50);
+      setTimeout(org.mozdev.compactHeader.toolbar.onChangeDispMUAicon, 200);
     }
   };
 
diff --git a/install.rdf b/install.rdf
index cdbffc3..2852160 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.3</em:version>
+		<em:version>1.4.4beta1</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