This commit is contained in:
mattwillis%gmail.com 2006-09-26 23:13:25 +00:00
Родитель b1f0f2fa3a
Коммит 5029670e2b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -635,7 +635,7 @@ calDavCalendar.prototype = {
// We have a result, so we must be authenticated // We have a result, so we must be authenticated
if (thisCalendar.mAuthenticationStatus == kCaldavFirstRequestSent) { if (thisCalendar.mAuthenticationStatus == kCaldavFirstRequestSent) {
thisCalendar.mAthenticationStatus = kCaldavFreshlyAuthenticated; thisCalendar.mAuthenticationStatus = kCaldavFreshlyAuthenticated;
} }
if (thisCalendar.mAuthenticationStatus == kCaldavFreshlyAuthenticated) { if (thisCalendar.mAuthenticationStatus == kCaldavFreshlyAuthenticated) {