With Tab Mix Plus, failed to restore secondary or later pinned tabs if there is no normal tab

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-01-03 05:50:38 +09:00
parent 7ed52bca37
commit afca500dbe

View File

@ -2591,7 +2591,7 @@ TreeStyleTabBrowser.prototype = {
if (this.animationEnabled) { if (this.animationEnabled) {
this.updateTabCollapsed(tab, true, true); this.updateTabCollapsed(tab, true, true);
this.updateTabCollapsed(tab, false, this.restoringTree); this.updateTabCollapsed(tab, false, this.windowService.restoringTree);
} }
this.updateInsertionPositionInfo(tab); this.updateInsertionPositionInfo(tab);