[Pkg-mozext-commits] [compactheader] 159/441: New version 1.2.1: Danish translation. Fix not necessary reset to default button.

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:54 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 87432aa7eadc82e17f24acf578097d6fd12c48ef
Author: joachim.herb <none at none>
Date:   Sun May 16 22:42:11 2010 +0000

    New version 1.2.1:
    Danish translation.
    Fix not necessary reset to default button.
---
 chrome/CompactHeader/content-31/compactHeaderOverlay.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/CompactHeader/content-31/compactHeaderOverlay.js b/chrome/CompactHeader/content-31/compactHeaderOverlay.js
index 2fe1f26..d358182 100644
--- a/chrome/CompactHeader/content-31/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content-31/compactHeaderOverlay.js
@@ -257,7 +257,7 @@ org.mozdev.compactHeader.pane = function() {
       coheCheckFirstRun();
     }
     
-    if (cohe.firstrun || document.getElementById("hdrReplyAllButton") == null) {
+    if (cohe.firstrun) {
       SetDefaultButtons();
       cohe.firstrun = false;
     }

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