another oops. Didn't mean to leave in this irritating debug timeout.

This commit is contained in:
ben%netscape.com 2001-12-12 06:32:09 +00:00
parent 1f93c8420f
commit ccfc6fbfd6

View File

@ -72,7 +72,7 @@ var progressListener = {
const nsIWebBrowserPersist = Components.interfaces.nsIWebBrowserPersist;
if (helperAppLoader || webBrowserPersist &&
webBrowserPersist.currentState == nsIWebBrowserPersist.PERSIST_STATE_FINISHED)
setTimeout("processEndOfDownload()", 300);
processEndOfDownload();
}
},