[Pkg-mozext-commits] [compactheader] 187/441: Drop support for Thunderbird 3.0 Add French translation and update of Italian translation Vertical toolbar cursor fix

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:28:57 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 55ddf95263a67516abcf5d6242dd855b34975a75
Author: joachim.herb <none at none>
Date:   Thu Nov 18 19:44:11 2010 +0000

    Drop support for Thunderbird 3.0
    Add French translation and update of Italian translation
    Vertical toolbar cursor fix
---
 chrome/CompactHeader/content/compactHeaderOverlay.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.js b/chrome/CompactHeader/content/compactHeaderOverlay.js
index 5dbcb26..b338349 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -145,9 +145,9 @@ org.mozdev.compactHeader.pane = function() {
       subjectBox = document.getElementById("collapsed1LsubjectOutBox")
     }
 
-//    if (subjectBox) {
-//      subjectBox.setAttribute("tooltiptext", headerValue);
-//    }
+    if (subjectBox) {
+      subjectBox.setAttribute("tooltiptext", headerValue);
+    }
     updateHeaderValue(headerEntry, headerValue);
   }
 

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