[Pkg-mozext-commits] [nostalgy] 01/13: Fix tab scrolling.

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 22:43:56 UTC 2015


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

taffit pushed a commit to branch master
in repository nostalgy.

commit dcb767a7b282cb930e6d7ecbb0e343d09ec6d953
Author: alain.frisch <alain.frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Jul 30 09:21:08 2014 +0000

    Fix tab scrolling.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@238 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/folders.js             | 2 +-
 content/messageOverlay.xul     | 2 +-
 content/thunderbirdOverlay.xul | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/folders.js b/content/folders.js
index 0b798ac..03349c3 100644
--- a/content/folders.js
+++ b/content/folders.js
@@ -205,7 +205,7 @@ function NostalgyFolderSelectionBox(box) {
     box.setAttribute("maxrows","15");
     box.setAttribute("crop","end");
     box.setAttribute("flex","3");
-    box.setAttribute("tabScrolling","false");
+    box.setAttribute("tabscrolling","false");
   }
 
   box.shell_completion = false;
diff --git a/content/messageOverlay.xul b/content/messageOverlay.xul
index f9ee795..c18eac8 100644
--- a/content/messageOverlay.xul
+++ b/content/messageOverlay.xul
@@ -25,7 +25,7 @@
   <statusbar hidden="true" class="chromeclass-status" id="nostalgy-statusbar">
   <statusbarpanel flex="1">
    <label id="nostalgy-command-label"/>
-   <textbox id="nostalgy-folderbox" type="autocomplete" tabScrolling="true"
+   <textbox id="nostalgy-folderbox" type="autocomplete" tabscrolling="true"
 	   autocompletesearch="nostalgy-autocomplete"
 	   ontextentered="NostalgyRunCommand();"
 	   ontextcommand="NostalgyRunCommand();"
diff --git a/content/thunderbirdOverlay.xul b/content/thunderbirdOverlay.xul
index 70b867b..c427b9d 100644
--- a/content/thunderbirdOverlay.xul
+++ b/content/thunderbirdOverlay.xul
@@ -38,7 +38,7 @@
   <statusbar hidden="true" class="chromeclass-status" id="nostalgy-statusbar">
   <statusbarpanel flex="1">
    <label id="nostalgy-command-label"/>
-   <textbox id="nostalgy-folderbox" type="autocomplete" tabScrolling="true"
+   <textbox id="nostalgy-folderbox" type="autocomplete" tabscrolling="true"
 	   autocompletesearch="nostalgy-autocomplete"
 	   ontextentered="NostalgyRunCommand();"
 	   ontextreverted="NostalgyHide(true);"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git



More information about the Pkg-mozext-commits mailing list