セッション復元時、最後のタブがウィンドウ単位でのセッション復元と見なされない可能性があった
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5366 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
f5edb1126b
commit
53770b4fff
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user