Bug 399838 - Automatically init (not open) the download manager when starting the app. r=dietrich, a1.9=mconnor, aM9=mconnor

This commit is contained in:
edward.lee@engineering.uiuc.edu 2007-10-24 15:43:35 -07:00
Родитель 6ee988f811
Коммит e1bf37b800
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -420,10 +420,8 @@ SessionStoreService.prototype = {
delete this._initialState;
}
if (this._lastSessionCrashed) {
// restart any interrupted downloads
aWindow.setTimeout(this.retryDownloads, 0);
}
// restart any interrupted downloads
aWindow.setTimeout(this.retryDownloads, 0);
}
var tabbrowser = aWindow.getBrowser();