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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user