mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Monotone-Parent: 84918f7ffc2695a68b90c84f75767b8b17f3d954
Monotone-Revision: d740c679cf1cefcedfad26e298c71bde54a6286d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-24T20:06:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -363,13 +363,13 @@
|
|||||||
return [calendars componentsJoinedByString: @","];
|
return [calendars componentsJoinedByString: @","];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSString *) componentCalendar
|
- (SOGoAppointmentFolder *) componentCalendar
|
||||||
{
|
{
|
||||||
SOGoAppointmentFolder *calendar;
|
SOGoAppointmentFolder *calendar;
|
||||||
|
|
||||||
calendar = [[self clientObject] container];
|
calendar = [[self clientObject] container];
|
||||||
|
|
||||||
return [calendar nameInContainer];
|
return calendar;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* priorities */
|
/* priorities */
|
||||||
|
|||||||
Reference in New Issue
Block a user