[Pkg-mozext-commits] [tabmixplus] 16/73: Disable 'pinnedTabScroll' when Tabmix.extensions.verticalTabBar is true, (changeset e8019f4dbff6)

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:51 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 285ad6910bfd29a3117d49e0aed60d4008139d78
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Mar 29 00:32:46 2016 +0300

    Disable 'pinnedTabScroll' when Tabmix.extensions.verticalTabBar is true, (changeset e8019f4dbff6)
---
 chrome/content/preferences/appearance.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/preferences/appearance.js b/chrome/content/preferences/appearance.js
index 64cd6c3..05949b5 100644
--- a/chrome/content/preferences/appearance.js
+++ b/chrome/content/preferences/appearance.js
@@ -11,6 +11,7 @@ var gAppearancePane = {
       Tabmix.setItem("tabBarPosition", "disabled", true);
       Tabmix.setItem("tabsScroll", "disabled", true);
       Tabmix.setItem("maxrow", "disabled", true);
+      Tabmix.setItem("pinnedTabScroll", "disabled", true);
       Tabmix.setItem("offsetAmountToScroll", "disabled", true);
       Tabmix.setItem("scrollDelay", "disabled", true);
       Tabmix.setItem("smoothScroll", "disabled", true);

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