From 528634b719cc328ce45e44e528f6360a2e4976f6 Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 18 Dec 2009 04:16:09 +0000 Subject: [PATCH] =?UTF-8?q?API=E3=81=AE=E5=A4=89=E6=9B=B4=E3=81=AB?= =?UTF-8?q?=E8=BF=BD=E5=BE=93=EF=BC=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@5547 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/hacks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/treestyletab/hacks.js b/content/treestyletab/hacks.js index 81f0ea3b..51586ce8 100644 --- a/content/treestyletab/hacks.js +++ b/content/treestyletab/hacks.js @@ -899,7 +899,7 @@ TreeStyleTabService.overrideExtensionsOnInitAfter = function() { { case 'TreeStyleTabAutoHideStateChanging': if (!window.fullScreen) return; - if (aEvent.collapsed) { + if (!aEvent.shown) { if ( autoHIDE.statBar && gBrowser.getAttribute(gBrowser.treeStyleTab.kTABBAR_POSITION) == 'bottom' &&