зеркало из https://github.com/mozilla/pjs.git
Rogue call to nsFileWidget::Create(), should be part of #if 0 code. r=sdagley@netscape.com
This commit is contained in:
Родитель
214c2eef70
Коммит
f815e8ee61
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче