adium 4049:6815686d7b2f: Revert one change made in 3682:5d5b68b9...

commits at adium.im commits at adium.im
Wed Jul 13 08:52:14 UTC 2011


details:	http://hg.adium.im/adium/rev/6815686d7b2f
revision:	4049:6815686d7b2f
branch:		(none)
author:		Patrick Steinhardt <steinhardt.p at me.com>
date:		Wed Jul 13 10:45:56 2011 +0200

Revert one change made in 3682:5d5b68b95780 to fix updating of channel's topic. Fixes #15240.

diffs (23 lines):

diff -r 28dbbe73b40b -r 6815686d7b2f Frameworks/Adium Framework/Source/AIChat.h
--- a/Frameworks/Adium Framework/Source/AIChat.h	Wed Jul 13 01:28:24 2011 +0200
+++ b/Frameworks/Adium Framework/Source/AIChat.h	Wed Jul 13 10:45:56 2011 +0200
@@ -216,6 +216,7 @@
 @property (readonly, nonatomic) BOOL supportsTopic;
 
 - (void)updateTopic:(NSString *)inTopic withSource:(AIListContact *)contact;
+- (void)setTopic:(NSString *)inTopic;
 
 - (void)addCustomEmoticon:(AIEmoticon *)inEmoticon;
 @property (readonly, nonatomic) NSMutableSet *customEmoticons;
diff -r 28dbbe73b40b -r 6815686d7b2f Plugins/WebKit Message View/AIWebKitMessageViewController.m
--- a/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Wed Jul 13 01:28:24 2011 +0200
+++ b/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Wed Jul 13 10:45:56 2011 +0200
@@ -1486,7 +1486,7 @@
 		[self updateTopic];
 		
 		// Tell the chat to set the topic.
-		[chat setValue:topicChange forProperty:@"topic" notify:NotifyNow];
+		[chat setTopic:topicChange];
 	}
 }
 




More information about the commits mailing list