mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 22:05:23 +00:00
Monotone-Parent: 3e2187f44ea3be4208acae016be88b647bfe78a4
Monotone-Revision: 7db953f3e208a524c131effeb93c6030fda6cc6e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-20T21:17:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
// $Id: UIxCalInlineAptView.m 885 2005-07-21 16:41:34Z znek $
|
||||
|
||||
#import <NGObjWeb/NGObjWeb.h>
|
||||
#import <SOGo/NSObject+Owner.h>
|
||||
|
||||
@interface UIxCalInlineAptView : WOComponent
|
||||
{
|
||||
@@ -144,7 +143,7 @@
|
||||
- (NSString *) displayClasses
|
||||
{
|
||||
return [NSString stringWithFormat: @"appointmentView ownerIs%@",
|
||||
[appointment ownerLogin]];
|
||||
[appointment objectForKey: @"owner"]];
|
||||
}
|
||||
|
||||
/* helpers */
|
||||
@@ -161,9 +160,4 @@
|
||||
referenceDate: [self referenceDate]];
|
||||
}
|
||||
|
||||
- (NSString *) appointmentOwner
|
||||
{
|
||||
return [appointment ownerLogin];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user