From 05e675ce879b0fce26314f2a06580a798564d2bf Mon Sep 17 00:00:00 2001 From: "daniel.boelzle%sun.com" Date: Thu, 29 May 2008 18:28:05 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20434092=20=C3=A2=C2=80=C2=93=20Allow=20dis?= =?UTF-8?q?abling=20calendars=20completely=20(i.e=20on=20an=20outage);=20r?= =?UTF-8?q?=3Dphilipp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@251940 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/calendar/providers/wcap/calWcapSession.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/calendar/providers/wcap/calWcapSession.js b/mozilla/calendar/providers/wcap/calWcapSession.js index d8886565c7b..9eb1724b982 100644 --- a/mozilla/calendar/providers/wcap/calWcapSession.js +++ b/mozilla/calendar/providers/wcap/calWcapSession.js @@ -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)); }