APIの変更に追従?

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5547 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-12-18 04:16:09 +00:00
parent 163e328cc6
commit 528634b719

View File

@ -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' &&