Monotone-Parent: 25788b09509942cf54b3508a351c6b22aadfb721

Monotone-Revision: 165331fa8db6ada0572196678d0d54da061c3532

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-12T15:59:31
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-07-12 15:59:31 +00:00
parent a6b70ce8cc
commit 057cdcce19
4 changed files with 18 additions and 13 deletions

View File

@ -39,7 +39,9 @@ SchedulerUI_OBJC_FILES = \
UIxCalDateLabel.m \
UIxDatePicker.m \
UIxTimeDateControl.m \
UIxCalParticipationStatusView.m
UIxCalParticipationStatusView.m \
UIxCalMonthOverview.m \
UIxCalMonthViewOld.m
SchedulerUI_RESOURCE_FILES += \
Version \

View File

@ -54,7 +54,7 @@
/* appointments */
- (NSArray *)appointments;
// - (NSArray *)appointments;
@end

View File

@ -1,8 +1,10 @@
// $Id: UIxCalMonthOverview.m 885 2005-07-21 16:41:34Z znek $
#include "UIxCalMonthOverview.h"
#include "common.h"
#include <SOGoUI/SOGoAptFormatter.h>
#import <Foundation/NSCalendarDate.h>
#import <NGExtensions/NSCalendarDate+misc.h>
#import <SOGoUI/SOGoAptFormatter.h>
#import "UIxCalMonthOverview.h"
@implementation UIxCalMonthOverview
@ -96,8 +98,8 @@
/* appointments */
- (NSArray *)appointments {
return [self fetchCoreAppointmentsInfos];
}
// - (NSArray *)appointments {
// return [self fetchCoreAppointmentsInfos];
// }
@end /* UIxCalMonthOverview */

View File

@ -1,8 +1,9 @@
// $Id: UIxCalMonthView.m 191 2004-08-12 16:28:32Z helge $
#import <Foundation/NSCalendarDate.h>
#import <NGExtensions/NSCalendarDate+misc.h>
#include <SOGo/NSCalendarDate+SOGo.h>
#include "UIxCalMonthViewOld.h"
#include "common.h"
#import <SOGo/NSCalendarDate+SOGo.h>
#import "UIxCalMonthViewOld.h"
@implementation UIxCalMonthViewOld