[Pkg-mozext-commits] [tabmixplus] 04/51: Disable all items in tabBarDisplay when Tabmix.extensions.verticalTabBar is true

David Prévot taffit at moszumanska.debian.org
Mon Feb 2 18:36:45 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 6d5d8dde6a82254873790a2f5b9d662ae95f36bd
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon Dec 29 13:33:23 2014 +0200

    Disable all items in tabBarDisplay when Tabmix.extensions.verticalTabBar is true
---
 chrome/content/preferences/appearance.js  | 2 ++
 chrome/content/preferences/appearance.xul | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/chrome/content/preferences/appearance.js b/chrome/content/preferences/appearance.js
index 2697f53..46aec74 100644
--- a/chrome/content/preferences/appearance.js
+++ b/chrome/content/preferences/appearance.js
@@ -9,6 +9,8 @@ var gAppearancePane = { // jshint ignore:line
       Tabmix.setItem("tabBarDisplay", "TSTinstalled", true);
       Tabmix.setItem("tabBarPosition", "disabled", true);
       Tabmix.setItem("tabsScroll", "disabled", true);
+      Tabmix.setItem("maxrow", "disabled", true);
+      Tabmix.setItem("offsetAmountToScroll", "disabled", true);
       Tabmix.setItem("scrollDelay", "disabled", true);
       Tabmix.setItem("smoothScroll", "disabled", true);
     }
diff --git a/chrome/content/preferences/appearance.xul b/chrome/content/preferences/appearance.xul
index e695434..4aeed8c 100644
--- a/chrome/content/preferences/appearance.xul
+++ b/chrome/content/preferences/appearance.xul
@@ -147,7 +147,7 @@
               </hbox>
             </box>
             <hbox align="center" id="maxbar">
-              <label value="&maxrow.label;"/>
+              <label value="&maxrow.label;" TSTdisabled="true"/>
               <textbox id="maxrow" size="2" maxlength="2" preference="pref_maxrow" type="number" min="2"/>
             </hbox>
             <checkbox_tmp id="offsetAmountToScroll" label="&offsetAmountToScroll.label;"

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



More information about the Pkg-mozext-commits mailing list