checking patch in for neil@parkwaycc.co.uk. fixex bug 158028 - The Mail Start Page does not load. r=ssu, sr=sspitzer, a=drivers. For some reason only half of this patch got checked in initially. this time, the rest is being checked in. sorry about that.

This commit is contained in:
ssu%netscape.com 2002-07-30 22:12:53 +00:00
Родитель cde6dd1baf
Коммит 659ef2aa59
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -449,7 +449,7 @@ function loadStartPage() {
// first, clear out the charset setting.
messenger.setDisplayCharset("");
window.frames["messagepane"].location = startpage;
GetMessagePaneFrame().location = startpage;
//dump("start message pane with: " + startpage + "\n");
ClearMessageSelection();
}