Monotone-Parent: 1809a1a169efcfc6baf2a9e476c3b9aae70c7819

Monotone-Revision: 2bfe04b889e590de777411f7ef7e333f5eacf87c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-07T22:34:59
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-03-07 22:34:59 +00:00
parent ef54d7d9b1
commit aa76faf05d
1 changed files with 0 additions and 3 deletions

View File

@ -310,7 +310,6 @@ static Class NSDataK, NSStringK;
- (void) setHandleId: (uint32_t) newHandleId
{
handleId = newHandleId;
[self logWithFormat: @"new table handle: %d", handleId];
}
- (NSArray *) childKeys
@ -813,8 +812,6 @@ static Class NSDataK, NSStringK;
notif_parameters.object_id = [child objectId];
notif_parameters.instance_id = 0; /* TODO: always 0 ? */
[self logWithFormat: @"table notification handle: %d", handleId];
childName = [child nameInContainer];
list = [self restrictedChildKeys];
currentChildRow = [list indexOfObject: childName];