Bug 394228 - Downloading files can randomly fail. r=mano

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-08-29 18:51:12 -07:00
Родитель 40214c4b82
Коммит 63ab773a9b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -101,7 +101,7 @@ nsDownloadManagerUI.prototype = {
getService(Ci.nsIPrefBranch);
var flashCount = prefs.getIntPref(PREF_FLASH_COUNT);
var win = this.recentWindow.QueryInteface(Ci.nsIDOMChromeWindow);
var win = this.recentWindow.QueryInterface(Ci.nsIDOMChromeWindow);
win.getAttentionWithCycleCount(flashCount);
},