Changeset 24396
- Timestamp:
- 07/17/2008 10:31:13 AM (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Frameworks/Adium Framework/Source/AIAccount.m
r24387 r24396 1109 1109 1110 1110 /** 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 1115 1116 { 1116 1117 AIStatus *currentStatus = [self createMutableCopyOfCurrentStatusIfBuiltIn];