From: helge Date: Tue, 29 Jun 2004 23:02:34 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@86 d1b88da0-ebda-0310-925b-ed51d8... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=984aff32b521f24d6ed82d6ae7c9557be9410e88;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@86 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/ZideStore/UI-X/ChangeLog b/ZideStore/UI-X/ChangeLog index 1a2266b2..4e9ebe71 100644 --- a/ZideStore/UI-X/ChangeLog +++ b/ZideStore/UI-X/ChangeLog @@ -1,3 +1,8 @@ +2004-06-30 Helge Hess + + * Scheduler/UIxAppointmentEditor.m: made the hack more hackish to work + on MacOSX + 2004-06-28 Marcus Mueller * Common/UIxComponent.[hm]: moved -ownMethodName here. diff --git a/ZideStore/UI-X/Scheduler/GNUmakefile.preamble b/ZideStore/UI-X/Scheduler/GNUmakefile.preamble index c2fecf53..23c9438a 100644 --- a/ZideStore/UI-X/Scheduler/GNUmakefile.preamble +++ b/ZideStore/UI-X/Scheduler/GNUmakefile.preamble @@ -10,6 +10,8 @@ endif SchedulerUI_LIB_DIRS += -L$(RELBUILD_DIR_libZideStoreCommonUI) SchedulerUI_BUNDLE_LIBS += \ - -lNGObjWeb -lNGScripting \ + -lNGObjWeb -lNGScripting -lNGJavaScript -ljs \ -lNGMime -lNGStreams -lNGExtensions -lEOControl \ - -lXmlRpc -lDOM -lSaxObjC -lSOGoLogic -lZideStoreCommonUI + -lXmlRpc -lDOM -lSaxObjC \ + -lSOGoLogic -lZideStoreCommonUI \ + -lNGiCal diff --git a/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.m b/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.m index 23860cf2..6239cb0c 100644 --- a/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.m +++ b/ZideStore/UI-X/Scheduler/UIxAppointmentEditor.m @@ -36,16 +36,7 @@ @implementation NSObject (AppointmentHack) - (BOOL)isAppointment { - return NO; -} -@end - -@interface SxAppointment : NSObject -@end - -@implementation SxAppointment (AppointmentHack) -- (BOOL)isAppointment { - return YES; + return [self isKindOfClass:NSClassFromString(@"SxAppointment")]; } @end