Monotone-Parent: 2d25ad6bd4e7c655ec57826578b1f9451831574b

Monotone-Revision: 916c9f862b9a3055282ce374be1879734051ee31

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-05T17:56:39
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-09-05 17:56:39 +00:00
parent ed97119aa3
commit ae46d1ccb1
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2007-09-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MainUI/SOGoRootPage.m ([SOGoRootPage
-isPublicInContext:localContext]): new overriden method that
returns YES.
* UI/Scheduler/UIxCalendarSelector.m ([UIxCalendarSelector
-currentCalendarLogin]): replace css-unsafe characters with _.

View File

@ -138,4 +138,9 @@
[super appendToResponse: response inContext: ctx];
}
- (BOOL) isPublicInContext: (WOContext *) localContext
{
return YES;
}
@end /* SOGoRootPage */