mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Monotone-Parent: 9c1103e3fa60cbe6c71eaa79d9f0db84cd663935
Monotone-Revision: ea72255819157346b8579f8e17c6e9fb6c5c0d34 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-10T21:44:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2008-08-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailPartViewers/UIxMailPartICalViewer.m
|
||||
([UIxMailPartICalViewer -currentUserAttendee]): select the most
|
||||
recent event.
|
||||
|
||||
* SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject -copyToFolder:newFolder])
|
||||
([SOGoContentObject -moveToFolder:newFolder]): new operation methods.
|
||||
|
||||
2008-08-10 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactView.m ([UIxContactView -homeUrl])
|
||||
|
||||
@@ -354,7 +354,7 @@
|
||||
{
|
||||
iCalPerson *currentUser;
|
||||
|
||||
currentUser = [[self storedEvent] findParticipant: [context activeUser]];
|
||||
currentUser = [[self authorativeEvent] findParticipant: [context activeUser]];
|
||||
|
||||
return currentUser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user