Monotone-Parent: e41de0de8677dc8b5262c513742ba24fe69be861

Monotone-Revision: b5f6c20667d64bf39106ed8fa0eed2bcee16e372

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-10T19:25:48
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-10 19:25:48 +00:00
parent ebc2d6eb90
commit 62e7896e1c
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2007-10-10 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Scheduler/UIxComponentEditor.m
([UIxComponentEditor -componentCalendar]): returns the calendar
object of the current event.
2007-10-05 Ludovic Marcotte <ludovic@inverse.ca>
* UI/WebServerResources/MailerUI.js

View File

@@ -365,7 +365,11 @@
- (NSString *) componentCalendar
{
return @"/";
SOGoAppointmentFolder *calendar;
calendar = [[self clientObject] container];
return calendar;
}
/* priorities */