Monotone-Parent: 78dcdb9c4c1457146fc206115afe39e0596352f3

Monotone-Revision: d320625490d77dd599853dd7e1b39027126c15f5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-12-04T23:24:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-12-04 23:24:40 +00:00
parent 626849f6f5
commit c1fe6f14bb

View File

@@ -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