failed to restore session (regression)

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-05-26 06:04:16 +09:00
parent 0066bb6479
commit 00174ecc12

View File

@ -3038,7 +3038,7 @@ TreeStyleTabBrowser.prototype = {
// for safety
this.partAllChildren(aTab, {
dontUpdateIndent : true,
dontAnimate : TreeStyleTabService.restoringTree
dontAnimate : this.windowService.restoringTree
});
}