Monotone-Parent: 38290ec957f9b6f35375587b7126f8610d1252f1

Monotone-Revision: 9c7891b3f8128bdcbff88f67fa3b7393e15a40ea

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-15T21:06:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-02-15 21:06:34 +00:00
parent 08b2d66e7a
commit a5a81a1ccb
+1 -1
View File
@@ -212,7 +212,7 @@
}
- (iCalEvent *)storedEvent {
return [(SOGoAppointmentObject *)[self storedEventObject] event];
return (iCalEvent *) [(SOGoAppointmentObject *)[self storedEventObject] component];
}
/* organizer tracking */