Bug 504986 - "bring back start page (start page doesn't show on startup anymore)" [r=asuth]

This commit is contained in:
David Ascher 2009-09-05 08:58:40 +01:00
Родитель 51a322d0ba
Коммит 398603d2db
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -208,8 +208,8 @@ MessageDisplayWidget.prototype = {
let selectedCount = this.folderDisplay.selectedCount;
if (selectedCount == 0) {
// davida, put your folder summary stuff here.
this.clearDisplay();
loadStartPage();
this.singleMessageDisplay = true;
return true;
}

Просмотреть файл

@ -130,7 +130,10 @@ class ThunderTestProfile(mozrunner.ThunderbirdProfile):
'mail.smtpserver.smtp1.username' : "tinderbox",
'mail.smtpservers' : "smtp1",
'mail.startup.enabledMailCheckOnce' : True,
# Don't load what's new or the remote start page - keep everything local
# under our control.
'mailnews.start_page_override.mstone' : "ignore",
'mailnews.start_page.url': "about:blank",
}
def __init__(self, default_profile=None, profile=None, create_new=True,