mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Bug 548763 followup, move comment to the right place
This commit is contained in:
parent
56c48afacf
commit
070814effa
@ -207,11 +207,11 @@ var DownloadTaskbarProgressUpdater =
|
||||
_totalSize: 0,
|
||||
_totalTransferred: 0,
|
||||
|
||||
// If the active window is not the download manager window, set the state
|
||||
// only if it is normal or indeterminate.
|
||||
_shouldSetState: function DTPU_shouldSetState()
|
||||
{
|
||||
#ifdef XP_WIN
|
||||
// If the active window is not the download manager window, set the state
|
||||
// only if it is normal or indeterminate.
|
||||
return this._activeWindowIsDownloadWindow ||
|
||||
(this._taskbarState == Ci.nsITaskbarProgress.STATE_NORMAL ||
|
||||
this._taskbarState == Ci.nsITaskbarProgress.STATE_INDETERMINATE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user