セッション復元時、最後のタブがウィンドウ単位でのセッション復元と見なされない可能性があった

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5366 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-11-02 14:09:10 +00:00
parent f5edb1126b
commit 53770b4fff

View File

@ -2026,7 +2026,7 @@ TreeStyleTabBrowser.prototype = {
{
// update the status for the next restoring
if (TreeStyleTabService.restoringWindow)
TreeStyleTabService.restoringWindow = TreeStyleTabService.getRestoringTabsCount() > 1;
TreeStyleTabService.restoringWindow = TreeStyleTabService.getRestoringTabsCount() > 0;
},
onTabSelect : function(aEvent)