From 1eb1bc39546a7cb460c34c74b5ae9a2747f684df Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 15 Aug 2006 20:56:54 +0000 Subject: [PATCH] Monotone-Parent: 98bcfb2e58c94bafa6dad3b3ecdee7fca7e439e1 Monotone-Revision: 7a40e22ff5b4551744a61b3570d3f2dffced26df Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-15T20:56:54 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/Scheduler/UIxCalView.m b/UI/Scheduler/UIxCalView.m index d9377e38e..fad16a365 100644 --- a/UI/Scheduler/UIxCalView.m +++ b/UI/Scheduler/UIxCalView.m @@ -158,6 +158,7 @@ static BOOL shouldDisplayWeekend = NO; self->aptFlags.canAccessApt = [[_apt valueForKey:@"ispublic"] boolValue]; } } + - (id)appointment { return self->appointment; }