Fixed wrong variable name: cloader->loader

This commit is contained in:
mostafah%oeone.com 2004-08-31 19:10:56 +00:00
parent 279ed4aaf2
commit 5d3ccc2a20

View File

@ -693,7 +693,7 @@ calendarManager.prototype.getRemoteCalendarText = function calMan_getRemoteCalen
else if (!Components.isSuccessCode(loader.request.status)) {
// XXX this should be made human-readable.
promptService.alert(null, calendarStringBundle.GetStringFromName('errorTitle'),
calendarStringBundle.formatStringFromName('otherError',[cloader.request.status.toString(16)],1));
calendarStringBundle.formatStringFromName('otherError',[loader.request.status.toString(16)],1));
}
//check to make sure its actually a calendar file, if not return.