mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
Fixed wrong variable name: cloader->loader
This commit is contained in:
parent
279ed4aaf2
commit
5d3ccc2a20
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user