mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-16 17:05:25 +00:00
Monotone-Parent: 32b82433dfb7d9d4c439d0b648b8e1986ff58d0b
Monotone-Revision: 165f80370ba90f077a9c5978c16c2922bb649628 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-08T15:21:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user