[Pkg-mozext-commits] [nostalgy] 02/13: Fix support for tab scrolling.

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 22:43:57 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 b22f7a4db469986b1022b2d39fbc6e5f1a584c6a
Author: alain.frisch <alain.frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Wed Jul 30 12:16:43 2014 +0000

    Fix support for tab scrolling.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@239 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/folders.js  | 2 +-
 content/nostalgy.js | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/folders.js b/content/folders.js
index 03349c3..138bd2d 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.tabScrolling = false;
   }
 
   box.shell_completion = false;
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 3f4c961..967594a 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -308,6 +308,7 @@ function NostalgyCmd(lab,cmd,require_file) {
  nostalgy_folderBox.shell_completion = false;
  nostalgy_statusBar.hidden = false;
  nostalgy_folderBox.value = "";
+ nostalgy_folderBox.tabScrolling = !nostalgy_completion_options.tab_shell_completion;
 
  setTimeout(function() {
    nostalgy_folderBox.focus();

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