From 62e7896e1c979fa3e6ea62b2acd19ae07329e5bc Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 10 Oct 2007 19:25:48 +0000 Subject: [PATCH] Monotone-Parent: e41de0de8677dc8b5262c513742ba24fe69be861 Monotone-Revision: b5f6c20667d64bf39106ed8fa0eed2bcee16e372 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-10-10T19:25:48 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 6 ++++++ UI/Scheduler/UIxComponentEditor.m | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3eb1a972e..15845363d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-10 Francis Lachapelle + + * UI/Scheduler/UIxComponentEditor.m + ([UIxComponentEditor -componentCalendar]): returns the calendar + object of the current event. + 2007-10-05 Ludovic Marcotte * UI/WebServerResources/MailerUI.js diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index 9046b3229..435d723a8 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -365,7 +365,11 @@ - (NSString *) componentCalendar { - return @"/"; + SOGoAppointmentFolder *calendar; + + calendar = [[self clientObject] container]; + + return calendar; } /* priorities */