From ce201cacc5effe11a534217418c5bcbbbae4dde8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 1 Jun 2007 05:10:25 +0000 Subject: [PATCH] Monotone-Parent: 3bfd9a2af826715d8da2b87c077e782d859a76cf Monotone-Revision: d6c75d1dc4f3b69b2c7aced9418fbc50b232e796 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-01T05:10:25 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/UIxContactEditor.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UI/Contacts/UIxContactEditor.m b/UI/Contacts/UIxContactEditor.m index 4341f4ede..578c65ce3 100644 --- a/UI/Contacts/UIxContactEditor.m +++ b/UI/Contacts/UIxContactEditor.m @@ -590,13 +590,13 @@ objectId = nil; if ([objectId length] == 0) - return [NSException exceptionWithHTTPStatus:500 /* Internal Error */ + return [NSException exceptionWithHTTPStatus: 500 /* Internal Error */ reason: @"could not create a unique ID"]; nextMethod = [NSString stringWithFormat: @"../%@/%@", objectId, [self editActionName]]; - uri = [self _completeURIForMethod:nextMethod]; - return [self redirectToLocation:uri]; + uri = [self _completeURIForMethod: nextMethod]; + return [self redirectToLocation: uri]; } @end /* UIxContactEditor */