Monotone-Parent: 32b82433dfb7d9d4c439d0b648b8e1986ff58d0b

Monotone-Revision: 165f80370ba90f077a9c5978c16c2922bb649628

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-08T15:21:35
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-09-08 15:21:35 +00:00
parent 561fca2f04
commit 41626362cc
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2006-09-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MainUI/SOGoUserHomePage.[hm]: made a subclass of UIxComponent
instead of SoComponent.
* SoObjects/Appointments/SOGoAppointmentObject.m:
([SOGoAppointmentObject -viewTimeZoneForPerson:_person]): returns
[self serverTimeZone] instead of "EST" (which was removed).

View File

@ -19,9 +19,10 @@
02111-1307, USA.
*/
#include <NGObjWeb/SoComponent.h>
#import <SOGoUI/UIxComponent.h>
#import <Scheduler/UIxComponent+Agenor.h>
@interface SOGoUserHomePage : SoComponent
@interface SOGoUserHomePage : UIxComponent
{
id item;
}