mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user