Changeset 659
- Timestamp:
- 01/17/10 14:40:47 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/my.tel/trunk/Classes/RootViewController.m
r652 r659 428 428 [self.tableView reloadSections:[NSIndexSet indexSetWithIndex:kKRootTableViewSectionAccounts] 429 429 withRowAnimation:UITableViewRowAnimationFade]; 430 self.currentAccountIndex = [self.accountsArray count]; 430 431 } else { 431 432 [self.accountsArray replaceObjectAtIndex:self.currentAccountIndex withObject:changedAccount]; … … 435 436 } 436 437 [self saveData]; 438 // When an account is edited or created, automatically login to give credentials feedback to the user 437 439 mustLogin = YES; 440 [self loginToCurrentAccount]; 438 441 } 439 442 }








