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:
Wolfgang Sourdeau
2007-02-13 15:56:52 +00:00
parent f92f87af52
commit eff03f88be
2 changed files with 5 additions and 1 deletions

View File

@@ -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,

View File

@@ -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;