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

git-svn-id: svn://10.0.0.236/trunk@233370 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sdwilsh%shawnwilsher.com 2007-08-30 01:51:12 +00:00
parent f0504707b7
commit 3aa8646cd8

View File

@ -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);
},