This commit is contained in:
law%netscape.com 2000-01-19 00:06:57 +00:00
Родитель fe33da753c
Коммит c088dc48d4
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -1051,7 +1051,9 @@ function RevealSearchPanel()
var fileSpec = createInstance( "component://netscape/filespecwithui", "nsIFileSpecWithUI" ); var fileSpec = createInstance( "component://netscape/filespecwithui", "nsIFileSpecWithUI" );
var url = null; var url = null;
try { try {
fileSpec.parentWindow = window;
url = fileSpec.chooseFile( "Open File" ); url = fileSpec.chooseFile( "Open File" );
fileSpec.parentWindow = null;
} catch ( exception ) { } catch ( exception ) {
} }
if ( url && url != "" ) { if ( url && url != "" ) {