From b798cc38cf6421a87cdfaec62aa95782fc7a271a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 18 Oct 2006 14:46:02 +0000 Subject: [PATCH] Monotone-Parent: 3f1f8a5b28cdd3c5ecd69528aa507a7e11b887f2 Monotone-Revision: baf0d375fa330122cb9d209131a4401da2ecfb59 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-18T14:46:02 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxCalAptListView.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/UI/Scheduler/UIxCalAptListView.m b/UI/Scheduler/UIxCalAptListView.m index 4ae722f92..870a76f68 100644 --- a/UI/Scheduler/UIxCalAptListView.m +++ b/UI/Scheduler/UIxCalAptListView.m @@ -184,8 +184,7 @@ - (NSString *) currentRowCSSClass { - return [NSString stringWithFormat: @"tableview appointmentRow ownerIs%@", - [currentAppointment ownerLogin]]; + return @"tableview appointmentRow"; } - (NSString *) currentAptOwner