mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
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:
@@ -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
|
||||
|
||||
@@ -365,7 +365,11 @@
|
||||
|
||||
- (NSString *) componentCalendar
|
||||
{
|
||||
return @"/";
|
||||
SOGoAppointmentFolder *calendar;
|
||||
|
||||
calendar = [[self clientObject] container];
|
||||
|
||||
return calendar;
|
||||
}
|
||||
|
||||
/* priorities */
|
||||
|
||||
Reference in New Issue
Block a user