Monotone-Parent: 3f1f8a5b28cdd3c5ecd69528aa507a7e11b887f2

Monotone-Revision: baf0d375fa330122cb9d209131a4401da2ecfb59

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-18T14:46:02
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-18 14:46:02 +00:00
parent 68aafe0506
commit b798cc38cf
+1 -2
View File
@@ -184,8 +184,7 @@
- (NSString *) currentRowCSSClass
{
return [NSString stringWithFormat: @"tableview appointmentRow ownerIs%@",
[currentAppointment ownerLogin]];
return @"tableview appointmentRow";
}
- (NSString *) currentAptOwner