Fix for 87629. Submitted by ben@netscape.com, r=me, sr=alecf@netscape.com.
git-svn-id: svn://10.0.0.236/trunk@98248 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -188,7 +188,8 @@ function onOK()
|
||||
const kLFIID = Components.interfaces.nsILocalFile;
|
||||
const kLF = Components.classes[kLFContractID].createInstance(kLFIID);
|
||||
kLF.initWithUnicodePath(url);
|
||||
url = kLF.URL;
|
||||
if (kLF.exists())
|
||||
url = kLF.URL;
|
||||
}
|
||||
catch (e) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user