From e4999b857b5321e8f3a270e5c068eea90b682b56 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 12 Aug 2009 14:13:54 +0000 Subject: [PATCH] Monotone-Parent: bc37fb0ad700c92e022f76f3a58e82c8664df9f2 Monotone-Revision: 0e58e513a89ec890f9064334253d81189c9b4b77 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-08-12T14:13:54 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxComponentEditor.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index 94352e2b2..73ed2fdc5 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -1533,9 +1533,8 @@ RANGE(2); - (void) _handleOrganizer { - NSString *organizerEmail; NSString *owner, *login; - BOOL isOwner; + BOOL isOwner, hasAttendees; //owner = [[self clientObject] ownerInContext: context]; owner = [componentCalendar ownerInContext: context]; @@ -1574,7 +1573,8 @@ RANGE(2); } [component setOrganizer: organizer]; #else - BOOL hasOrganizer, hasAttendees; + NSString *organizerEmail; + BOOL hasOrganizer; organizerEmail = [[component organizer] email]; hasOrganizer = ([organizerEmail length] > 0); if (hasOrganizer)