Monotone-Parent: e2a5e89b2075e64dfef957d7d57aa3b2cb58ba46

Monotone-Revision: b9653967e135693dfb1c77ad808d9a7e8917d7d6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-06T22:30:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-09-06 22:30:59 +00:00
parent 3160bbcf7b
commit 1be2dc73f1

View file

@ -122,21 +122,6 @@
return fmt;
}
- (NSString *) currentTitle
{
NSString *fullTitle, *title;
fullTitle = [currentAppointment objectForKey: @"title"];
if ([fullTitle length] > 49)
title = [NSString stringWithFormat: @"%@...",
[[currentAppointment objectForKey: @"title"]
substringToIndex: 50]];
else
title = fullTitle;
return title;
}
- (NSString *) currentStartTime
{
NSCalendarDate *date;