mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Remove DOS newline introduced by the patch for bug 395534
This commit is contained in:
parent
72efa0c82d
commit
a965161084
@ -464,7 +464,7 @@ function getTargetFile(aFpP, aSkipPrompt)
|
||||
.getService(Components.interfaces.nsIDownloadManager);
|
||||
try {
|
||||
var lastDir = prefs.getComplexValue("lastDir", nsILocalFile);
|
||||
if ((!aSkipPrompt || !useDownloadDir) && lastDir.exists())
|
||||
if ((!aSkipPrompt || !useDownloadDir) && lastDir.exists())
|
||||
dir = lastDir;
|
||||
else
|
||||
dir = dnldMgr.userDownloadsDirectory;
|
||||
|
Loading…
Reference in New Issue
Block a user