Changeset 616 for apps/iphone
- Timestamp:
- 01/05/10 16:14:03 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/ProfileRecordsViewController.m
r615 r616 346 346 self.ninfoApiId = @"0"; 347 347 self.ninfoLabel.text = @""; 348 NSString *errString = [[(NSArray *)[parsedJson valueForKey:@"actionErrors"] objectAtIndex:0] description]; 349 if ([errString hasPrefix:@"The current profile has no text header set"]) { 350 // Bypass this error, it's not useful to show to the user 351 return; 352 } 348 353 [TextHeader throwJsonErrorAlert:parsedJson]; 349 354 }








