Revision 46b46b83 pithos-macos/PithosAccountNode.m

b/pithos-macos/PithosAccountNode.m
219 219
                        if (oldIndex != NSNotFound) {
220 220
                            // Use the same pointer value, if possible
221 221
                            node = [children objectAtIndex:oldIndex];
222
                            node.pithosContainer = container;
222
//                            node.pithosContainer = container;
223
                            [node setLimitedPithosContainer:container];
223 224
                            [keptNodes addIndex:oldIndex];
224 225
                        }
225 226
                    }

Also available in: Unified diff