+2004-06-30 Helge Hess <helge.hess@opengroupware.org>
+
+ * Scheduler/UIxAppointmentEditor.m: made the hack more hackish to work
+ on MacOSX
+
2004-06-28 Marcus Mueller <znek@mulle-kybernetik.com>
* Common/UIxComponent.[hm]: moved -ownMethodName here.
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
@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