Monotone-Parent: 3539ecd8be9d6a343ed36dd75849ea9713497066

Monotone-Revision: 1b12beb00e557f3ecfec3bb87a586b501981fced

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-19T17:06:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-12-19 17:06:07 +00:00
parent c5698c56f1
commit 2c1c56956f
8 changed files with 167 additions and 52 deletions
+1 -3
View File
@@ -597,12 +597,10 @@
- (NSCalendarDate *) newStartDate
{
NSCalendarDate *newStartDate, *now;
BOOL hmSpecified;
int hour;
newStartDate = [self selectedDate];
hmSpecified = ([[self queryParameterForKey: @"hm"] length] > 0);
if (!hmSpecified)
if ([[self queryParameterForKey: @"hm"] length] == 0)
{
now = [NSCalendarDate calendarDate];
[now setTimeZone: [[self clientObject] userTimeZone]];