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:
Wolfgang Sourdeau
2008-08-10 21:44:03 +00:00
parent f186f9d482
commit bfccdd5738
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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])
+1 -1
View File
@@ -354,7 +354,7 @@
{
iCalPerson *currentUser;
currentUser = [[self storedEvent] findParticipant: [context activeUser]];
currentUser = [[self authorativeEvent] findParticipant: [context activeUser]];
return currentUser;
}