mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-07 19:39:43 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user