Fix page cycler (and tinderbox orange). r=disttsc@bart.nl

This commit is contained in:
dbaron%fas.harvard.edu 2001-04-14 21:41:15 +00:00
parent dc49ce01a5
commit 34e3e165b7

View File

@ -286,7 +286,7 @@ nsBrowserStatusHandler.prototype =
var observerService = Components.classes["@mozilla.org/observer-service;1"]
.getService(Components.interfaces.nsIObserverService);
var notification = Components.isSuccessCode(aStatus) ? "FailDocumentLoad" : "EndDocumentLoad";
var notification = Components.isSuccessCode(aStatus) ? "EndDocumentLoad" : "FailDocumentLoad";
try {
observerService.Notify(_content, notification, urlStr);
} catch (e) {