From 4ec13b0a5ae59f382af61bf5e74e3b1d1d47fd41 Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 21 Jul 2009 04:30:22 +0000 Subject: [PATCH] =?UTF-8?q?Tab=20Mix=20Plus=E3=81=A7=E3=80=81=E7=8F=BE?= =?UTF-8?q?=E5=9C=A8=E3=81=AE=E3=82=BF=E3=83=96=E3=82=92=E9=96=89=E3=81=98?= =?UTF-8?q?=E3=81=9F=E5=BE=8C=E3=81=AB=E5=B8=B8=E3=81=AB=E5=8F=B3=E3=81=AE?= =?UTF-8?q?=E3=82=BF=E3=83=96=E3=81=AB=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AB?= =?UTF-8?q?=E3=82=B9=E3=81=99=E3=82=8B=E8=A8=AD=E5=AE=9A=E3=81=AE=E6=99=82?= =?UTF-8?q?=E3=82=82=E3=80=81=E3=83=84=E3=83=AA=E3=83=BC=E5=9E=8B=E3=82=BF?= =?UTF-8?q?=E3=83=96=E8=87=AA=E8=BA=AB=E3=81=AB=E3=82=88=E3=82=8B=E5=87=A6?= =?UTF-8?q?=E7=90=86=E3=82=92=E5=84=AA=E5=85=88=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4769 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/hacks.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/treestyletab/hacks.js b/content/treestyletab/hacks.js index 135d6d1c..dc0a9a52 100644 --- a/content/treestyletab/hacks.js +++ b/content/treestyletab/hacks.js @@ -432,7 +432,8 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() { }; TreeStyleTabService.registerTabFocusAllowance(function(aTabBrowser) { - return aTabBrowser.treeStyleTab.getPref('extensions.tabmix.focusTab') == 2; + var mode = aTabBrowser.treeStyleTab.getPref('extensions.tabmix.focusTab'); + return mode == 2 || mode == 5; }); window.setTimeout(function() {