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:
parent
f0504707b7
commit
3aa8646cd8
@ -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);
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user