Monotone-Parent: 38290ec957f9b6f35375587b7126f8610d1252f1

Monotone-Revision: 9c7891b3f8128bdcbff88f67fa3b7393e15a40ea

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-15T21:06:34
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-02-15 21:06:34 +00:00
parent 08b2d66e7a
commit a5a81a1ccb
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@
}
- (iCalEvent *)storedEvent {
return [(SOGoAppointmentObject *)[self storedEventObject] event];
return (iCalEvent *) [(SOGoAppointmentObject *)[self storedEventObject] component];
}
/* organizer tracking */