mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
Monotone-Parent: bd363edacbb608dad82e049479853b8d4b50b0bd
Monotone-Revision: 5a7ed8a46bd6ef6b9403778a6f4259d10afb482b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-13T15:56:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2007-02-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailPartViewers/UIxMailPartICalViewer.m: request the key
|
||||
"cnWithoutQuotes" instead of "cnForDisplay", which no longer
|
||||
exists.
|
||||
|
||||
* UI/Scheduler/UIxCalDayOverview.m,
|
||||
UI/Scheduler/UIxCalDayChartview.m,
|
||||
UI/Scheduler/UIxCalDayListview.m,
|
||||
|
||||
@@ -257,7 +257,7 @@
|
||||
NSString *cn;
|
||||
|
||||
if ((organizer = [[self authorativeEvent] organizer]) != nil) {
|
||||
cn = [organizer valueForKey:@"cnForDisplay"];
|
||||
cn = [organizer valueForKey:@"cnWithoutQuotes"];
|
||||
if ([cn isNotNull] && [cn length] > 0)
|
||||
return cn;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user