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:
parent
252ae5b494
commit
9cdcaa3450
@ -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 != "" ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user