Adium

Changeset 24396

Show
Ignore:
Timestamp:
07/17/2008 10:31:13 AM (5 months ago)
Author:
evands
Message:

Fixed -[AIAccount setScriptingStatusMessageWithAttributedString:]'s method signature to match the expected paramters. Refs #10118

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/Adium Framework/Source/AIAccount.m

    r24387 r24396  
    11091109 
    11101110/** 
    1111  * @brief Sets the status message to the NSAttributedString message 
    1112  */ 
    1113  
    1114 - (void)setScriptingStatusMessageWithAttributedString:(NSString *)message 
     1111 * @brief Sets the status message 
     1112 * 
     1113 * @param message, which may be an NSAttributedString or NSString 
     1114 */ 
     1115- (void)setScriptingStatusMessageWithAttributedString:(id)message 
    11151116{ 
    11161117        AIStatus *currentStatus = [self createMutableCopyOfCurrentStatusIfBuiltIn];