mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-07 04:25:26 +00:00
See ChangeLog
Monotone-Parent: 78bab40835ca73611c47298a0a8de1393cf60c03 Monotone-Revision: c6f02e683516d8272f34a92875af92b45b067767 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-10-15T18:43:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#import <Foundation/NSValue.h>
|
||||
|
||||
#import <NGObjWeb/SoObjects.h>
|
||||
|
||||
#import <SOGo/NSCalendarDate+SOGo.h>
|
||||
|
||||
#import "UIxTimeDateControl.h"
|
||||
@@ -76,7 +75,9 @@
|
||||
timeZone = [[context activeUser] timeZone];
|
||||
if (!_date)
|
||||
_date = [NSCalendarDate date];
|
||||
|
||||
[_date setTimeZone: timeZone];
|
||||
|
||||
[self _setDate: _date];
|
||||
|
||||
minuteValue = [_date minuteOfHour];
|
||||
@@ -250,6 +251,7 @@
|
||||
NSTimeZone *timeZone;
|
||||
|
||||
timeZone = [[context activeUser] timeZone];
|
||||
|
||||
/* call super, so that the form values are applied on the popups */
|
||||
[super takeValuesFromRequest:_rq inContext:_ctx];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user