the pref was inverted

This commit is contained in:
SHIMODA Hiroshi 2011-01-20 11:57:03 +09:00
parent 568a1703bf
commit f449db9a6f

View File

@ -1896,7 +1896,7 @@ TreeStyleTabBrowser.prototype = {
{
if (
!window.__SS_tabsToRestore ||
this.getTreePref('restoreTreeOnStartup')
!this.getTreePref('restoreTreeOnStartup')
)
return;