See ChangeLog

Monotone-Parent: 3f20a85d13ccd9287c2d83d025e20a9dc73a3f02
Monotone-Revision: 07d4e2dd2f55ba5735637b9ccd7e85474c204bca

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-07-14T13:08:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2011-07-14 13:08:29 +00:00
parent 78f36045b9
commit 7b9a3d63af
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2011-07-14 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/SOGo/SOGoGCSFolder.m (davCollectionTag)
We now correctly cast the sync tag value.
2011-07-13 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxAppointmentEditor.js (handleAllDay)
+1 -1
View File
@@ -827,7 +827,7 @@ static NSArray *childRecordFields = nil;
lmDate = [[self ocsFolder] lastModificationDate];
return [NSString stringWithFormat: @"%d",
(lmDate ? [lmDate timeIntervalSince1970]
(lmDate ? (int)[lmDate timeIntervalSince1970]
: -1)];
}