Comment 11 for bug 230102

Revision history for this message
In , Dao (dao) wrote :

(From update of attachment 311955)
>+ else if ((prefBranch.getIntPref("browser.startup.page") == 3 ||
>+ prefBranch.getBoolPref("browser.sessionstore.resume_session_once")) &&
>+ prefBranch.getBoolPref("browser.tabs.warnOnClose") == false)
> showPrompt = false;

Doesn't this mean that you'll get a warning even if browser.startup.page == 3? And in order to get rid of that warning, you'll have to uncheck "Warn me when I attempt to close multiple tabs", which means that I won't be warned when closing a window that's not the last one?