Fix for #5708 (I forgot this piece last week); r=danm@netscape.com

git-svn-id: svn://10.0.0.236/trunk@58165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
law%netscape.com 2000-01-19 00:06:57 +00:00
parent 252ae5b494
commit 9cdcaa3450

View File

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