Bug 340677 - fix an accidental typo, r=me as trivial

This commit is contained in:
jwalden%mit.edu 2006-07-07 18:49:13 +00:00
Родитель 741a4ff306
Коммит c409ebc7a8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -411,7 +411,7 @@ var gMainPane = {
var fph = ios.getProtocolHandler("file")
.QueryInterface(Components.interfaces.nsIFileProtocolHandler);
var currentDirPref = document.getElementById("browser.download.downloadDir");
var downloadDir = currentDirPref.value || this._indexToFile(folderListPref.value);
var downloadDir = currentDirPref.value || this._indexToFolder(folderListPref.value);
var urlspec = fph.getURLSpecFromFile(downloadDir);
downloadFolder.image = "moz-icon://" + urlspec + "?size=16";