- (void) observeValueForKeyPath: (NSString *)keyPath

...

while ((op = [en nextObject]) != nil)
        {
          if (NO == [op isReady]) <-- should this be isFinished ?
            break;
        }

_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to