mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: c15520706f33ccebb112c1becc433bfe47acd1ee
Monotone-Revision: e00080932f4ede008b94710aac6b0477a9b70141 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-27T19:41:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -184,7 +184,11 @@
|
||||
|
||||
- (NSString *) itemPrivacyText
|
||||
{
|
||||
return [self labelForKey: [NSString stringWithFormat: @"privacy_%@", item]];
|
||||
NSString *tag;
|
||||
|
||||
tag = [[self clientObject] componentTag];
|
||||
|
||||
return [self labelForKey: [NSString stringWithFormat: @"%@_%@", item, tag]];
|
||||
}
|
||||
|
||||
- (NSString *) itemStatusText
|
||||
@@ -325,11 +329,6 @@
|
||||
return calendarList;
|
||||
}
|
||||
|
||||
- (NSString *) itemCalendarText
|
||||
{
|
||||
return item;
|
||||
}
|
||||
|
||||
- (NSString *) calendarsFoldersList
|
||||
{
|
||||
NSArray *calendars;
|
||||
|
||||
Reference in New Issue
Block a user