Changeset 416
- Timestamp:
- 06/25/09 15:31:53 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/Classes/NaptrViewController.m
r404 r416 485 485 [self.theTable performSelectorOnMainThread:@selector(reloadData) withObject:nil waitUntilDone:YES]; 486 486 if (error) { 487 [self showError:error]; 487 // Show all errors unless the answer is invalid, which generally means there aren't any NAPTRs 488 if ([error code] != RESOLVER_STATUS_INVALID_ANSWER) { 489 [self showError:error]; 490 } 488 491 } 489 492 }








