From c1fe6f14bbc38ef576ffa38149e633f9abec09af Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 4 Dec 2007 23:24:40 +0000 Subject: [PATCH] Monotone-Parent: 78dcdb9c4c1457146fc206115afe39e0596352f3 Monotone-Revision: d320625490d77dd599853dd7e1b39027126c15f5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-04T23:24:40 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/UIxMailToSelection.m | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/UI/MailerUI/UIxMailToSelection.m b/UI/MailerUI/UIxMailToSelection.m index 16000c373..8e53fa40a 100644 --- a/UI/MailerUI/UIxMailToSelection.m +++ b/UI/MailerUI/UIxMailToSelection.m @@ -213,6 +213,13 @@ static NSArray *headers = nil; /* identifiers */ +- (NSString *) nextId +{ + currentIndex++; + + return @""; +} + - (NSString *) currentRowId { [self nextId]; @@ -231,13 +238,6 @@ static NSArray *headers = nil; return [NSString stringWithFormat: @"addr_%d", currentIndex]; } -- (NSString *) nextId -{ - currentIndex++; - - return @""; -} - /* handling requests */ - (void) _fillAddresses: (NSMutableArray *) addresses