Fix a typo

This commit is contained in:
Andreas Linde 2012-08-14 12:19:19 +02:00
parent ece5f8bc49
commit 58e7dc28a1

View File

@ -444,7 +444,7 @@
NSLog(@"WARNING: %@", [e reason]);
}
_isSetup = NO;
_isSetup = YES;
}
[self performSelector:@selector(invokeDelayedProcessing) withObject:nil afterDelay:0.5];