Bug 422189 - ""New window" opens a blank window when startup action is set to "show my windows and tabs from last time"" (Use homepage pref when page pref is set to session restore) [p=tbertels+bugzilla@gmail.com (Thomas Bertels) r=gavin ui-r=mconnor a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2008-03-28 23:47:04 -07:00
parent 30c7f06cd5
commit 135a6c9d08

View File

@ -517,7 +517,7 @@ var nsBrowserContentHandler = {
var startPage = "";
try {
var choice = prefb.getIntPref("browser.startup.page");
if (choice == 1)
if (choice == 1 || choice == 3)
startPage = this.startPage;
if (choice == 2)