タブを閉じられなくなっていた(regression)

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5564 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-12-20 17:02:40 +00:00
parent 2c589505a9
commit ee0d316e2b

View File

@ -2474,7 +2474,7 @@ catch(e) {
shouldCloseTabSubTreeOf : function(aTab)
{
return (
aTab &&
this.hasChildTabs(aTab) &&
(
this.getTreePref('closeParentBehavior') == this.CLOSE_PARENT_BEHAVIOR_CLOSE ||
this.isSubtreeCollapsed(aTab)