Rogue call to nsFileWidget::Create(), should be part of #if 0 code. r=sdagley@netscape.com

This commit is contained in:
mcafee%netscape.com 1999-04-27 02:49:40 +00:00
Родитель 285b916f78
Коммит 3021686f3a
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1502,9 +1502,10 @@ nsBrowserAppCore::OpenWindow()
"*.*"};
fileWidget->SetFilterList(5, titles, filters);
fileWidget->Create(nsnull, title, eMode_load, nsnull, nsnull);
#if 0 // Old way
fileWidget->Create(nsnull, title, eMode_load, nsnull, nsnull);
nsAutoString fileURL;
PRBool result = fileWidget->Show();
if (result) {