Remove the pending property after it is received.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Oct 2010 14:52:44 +0000 (10:52 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Oct 2010 14:52:44 +0000 (10:52 -0400)
Source/DebuggerController.m

index dee52f7a5fca0d0b65d9a116da815a59430f8626..579084ee4032fe2abc20e9a165f05e11821433f0 100644 (file)
   if (node) {
     [node setChildren:properties];
     [variablesTreeController rearrangeObjects];
+    [pendingProperties_ removeObjectForKey:key];
   }
 }