"undo closed set" feature didn't work (part 2)

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-12-09 01:40:43 +09:00
parent 7035a53d4f
commit 7d891dd32c

View File

@ -3589,6 +3589,7 @@ TreeStyleTabBrowser.prototype = {
}, this);
this.window.setTimeout(function(aSelf, aNextFocused) {
aSelf.windowService.restoringTree = false;
aSelf.mTabBrowser.selectedTab = aNextFocused;
}, 0, this, aRestoredTab || aSelf.mTabBrowser.selectedTab);