Fixed wrong variable name: cloader->loader

git-svn-id: svn://10.0.0.236/trunk@161548 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mostafah%oeone.com
2004-08-31 19:10:56 +00:00
parent 455848e3b9
commit 560c5869dc

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.