Changeset 23132
- Timestamp:
- 04/14/2008 07:54:09 PM (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/Adium Framework/Source/AIAbstractAccount.m
r23111 r23132 423 423 424 424 //Retrieve the user's password and then call connect 425 AILogWithSignature(@"Retrieving %@'s password (promptOption %i)", self, promptOption); 426 425 427 [[adium accountController] passwordForAccount:self 426 428 promptOption:promptOption … … 702 704 - (void)serverReportedInvalidPassword 703 705 { 706 AILogWithSignature(@"%@", self); 707 704 708 [self setStatusObject:[NSNumber numberWithBool:YES] 705 709 forKey:@"Prompt For Password On Next Connect"