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
+1 -1
View File
@@ -354,7 +354,7 @@
{
iCalPerson *currentUser;
currentUser = [[self storedEvent] findParticipant: [context activeUser]];
currentUser = [[self authorativeEvent] findParticipant: [context activeUser]];
return currentUser;
}