From 2c183f4055d3a26ec764253c711c38949286c8a8 Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 2 Jul 2010 09:47:52 +0000 Subject: [PATCH] =?UTF-8?q?Tabs=20on=20Top=E3=81=AB=E3=83=81=E3=82=A7?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=82=92=E5=85=A5=E3=82=8C=E3=81=9F=E6=99=82?= =?UTF-8?q?=E3=81=AB=E3=80=81=E3=82=BF=E3=83=96=E3=83=90=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E7=8A=B6=E6=85=8B=E3=81=A0=E3=81=91=E3=81=8C?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E5=A4=89=E6=9B=B4=E3=81=95=E3=82=8C=E3=81=A6?= =?UTF-8?q?Tabs=20on=20Top=E3=81=8C=E6=9C=89=E5=8A=B9=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=82=89=E3=81=9A=E3=81=AB=E7=B5=82=E3=82=8F=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= 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@6810 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index b60b75e7..e8a5c2ab 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -1277,8 +1277,10 @@ TreeStyleTabBrowser.prototype = { return; window.setTimeout(function(aTabBrowser) { TreeStyleTabService.toggleFixed(aTabBrowser); - if (TabsOnTop.enabled != aEnabled) - TabsOnTop.enabled = aEnabled; + window.setTimeout(function() { + if (TabsOnTop.enabled != aEnabled) + TabsOnTop.enabled = aEnabled; + }, 0); }, 0, this.mTabBrowser); },