From 984aff32b521f24d6ed82d6ae7c9557be9410e88 Mon Sep 17 00:00:00 2001 From: helge Date: Tue, 29 Jun 2004 23:02:34 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@86 d1b88da0-ebda-0310-925b-ed51d893ca5b --- ZideStore/UI-X/ChangeLog | 5 +++++ ZideStore/UI-X/Scheduler/GNUmakefile.preamble | 6 ++++-- ZideStore/UI-X/Scheduler/UIxAppointmentEditor.m | 11 +---------- 3 files changed, 10 insertions(+), 12 deletions(-) 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 -- 2.39.5