See ChangeLog.

Monotone-Parent: 553f303f1f7a6910069af8e49e3926e86bece4b7
Monotone-Revision: bca01c4b6bca68557777af637fd2dfc8b775df37

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-29T23:34:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-29 23:34:37 +00:00
parent 6b3d99424a
commit a2ca7e48d7
3 changed files with 18 additions and 5 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
/* UIxAppointmentEditor.m - this file is part of SOGo
*
* Copyright (C) 2007-2010 Inverse inc.
* Copyright (C) 2007-2011 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Francis Lachapelle <flachapelle@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -356,10 +357,10 @@
untilDate = [rule untilDate];
if (untilDate)
{
// The until date must match the time of the start date
// The until date must match the time of the end date
NSCalendarDate *date;
date = [[event startDate] copy];
date = [[event endDate] copy];
[date setTimeZone: timeZone];
untilDate = [untilDate dateByAddingYears:0
months:0