Changeset 2435
- Timestamp:
- 03/10/05 13:08:23 (4 years ago)
- Files:
-
- trunk/JVChatController.m (modified) (1 diff)
- trunk/Resources/cc.javelin.colloquy.plist (modified) (1 diff)
- trunk/Resources/notifications.plist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/JVChatController.m
r2414 r2435 354 354 [context setObject:messageString forKey:@"description"]; 355 355 [context setObject:[NSImage imageNamed:@"activityNewImportant"] forKey:@"image"]; 356 [[JVNotificationController defaultManager] performNotification:@"JVChatNoticeMessage" withContextInfo:context]; 356 NSString *type = ( hideFromUser ? @"JVChatUnhandledNoticeMessage" : @"JVChatNoticeMessage" ); 357 [[JVNotificationController defaultManager] performNotification:type withContextInfo:context]; 357 358 } 358 359 } trunk/Resources/cc.javelin.colloquy.plist
r2415 r2435 135 135 <string>Stoof.aiff</string> 136 136 </dict> 137 <key>JVNotificationSettings JVChat NoticeMessage</key>137 <key>JVNotificationSettings JVChatUnhandledNoticeMessage</key> 138 138 <dict> 139 139 <key>showBubble</key> trunk/Resources/notifications.plist
r2414 r2435 147 147 <dict> 148 148 <key>identifier</key> 149 <string>JVChatUnhandledNoticeMessage</string> 150 <key>title</key> 151 <string>Unhandled Notice Message</string> 152 </dict> 153 <dict> 154 <key>identifier</key> 149 155 <string>JVChatMentioned</string> 150 156 <key>title</key>
