Bug 434092 â Allow disabling calendars completely (i.e on an outage); r=philipp
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@251940 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -281,7 +281,7 @@ calWcapSession.prototype = {
|
||||
outUser.value, outPW.value);
|
||||
} else {
|
||||
log("login prompt cancelled.", this_);
|
||||
// this_.defaultCalendar.setProperty("disabled", true);
|
||||
this_.defaultCalendar.setProperty("disabled", true);
|
||||
respFunc(new Components.Exception(errorToString(calIWcapErrors.WCAP_LOGIN_FAILED),
|
||||
calIWcapErrors.WCAP_LOGIN_FAILED));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user