Changeset 387
- Timestamp:
- 06/08/09 11:29:43 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/NaptrViewController.m
r385 r387 141 141 // Must call this on main thread, because it has UI needs and is called from background threads 142 142 if (![NSThread isMainThread]) { 143 [self performSelectorOnMainThread: @selector(decrementLoadingCount)143 [self performSelectorOnMainThread:_cmd 144 144 withObject:nil 145 145 waitUntilDone:YES]; … … 645 645 - (void)showError:(NSError *)error { 646 646 if (![NSThread isMainThread]) { 647 [self performSelectorOnMainThread: @selector(showError:)647 [self performSelectorOnMainThread:_cmd 648 648 withObject:error 649 649 waitUntilDone:NO];








