Monotone-Parent: 25788b09509942cf54b3508a351c6b22aadfb721

Monotone-Revision: 165331fa8db6ada0572196678d0d54da061c3532

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-12T15:59:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-12 15:59:31 +00:00
parent a6b70ce8cc
commit 057cdcce19
4 changed files with 18 additions and 13 deletions
+9 -7
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 */