Monotone-Parent: 5260bb507b35c922c9a5e2c04486b16cc874f0d1

Monotone-Revision: 3f946421ff71f1fefa253e72937118e3d016b1ac

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-02T22:27:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-02 22:27:53 +00:00
parent e08b872b27
commit 9fdb8c091d
4 changed files with 88 additions and 28 deletions
+1 -2
View File
@@ -209,8 +209,7 @@
deltaStart = (([startDate hourOfDay] * 60 + [startDate minuteOfHour]
- dayStartHour * 60) / 15);
return [NSString stringWithFormat: @"appointment ownerIs%@ starts%d lasts%d",
[appointment objectForKey: @"owner"],
return [NSString stringWithFormat: @"appointment starts%d lasts%d",
deltaStart, deltaLength, [startDate dayOfWeek]];
}