adium 3144:4392890e5247: Backed out changeset 01935f3e945b

commits at adium.im commits at adium.im
Sun Feb 28 23:47:32 UTC 2010


details:	http://hg.adium.im/adium/rev/4392890e5247
revision:	3144:4392890e5247
author:		Stephen Holt <sholt at adium.im>
date:		Sun Feb 28 18:47:10 2010 -0500

Backed out changeset 01935f3e945b

Completely missed the call to our WebView here.  This needs more thought/restructuring.  Backing out until I can do that.

diffs (38 lines):

diff -r 01935f3e945b -r 4392890e5247 Plugins/WebKit Message View/AIWebKitMessageViewController.m
--- a/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Sun Feb 28 18:25:41 2010 -0500
+++ b/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Sun Feb 28 18:47:10 2010 -0500
@@ -50,7 +50,6 @@
 #import <AIUtilities/AIStringAdditions.h>
 #import <AIUtilities/AIAttributedStringAdditions.h>
 #import <AIUtilities/JVMarkedScroller.h>
-#import <AIUtilities/AISharedWriterQueue.h>
 #import <objc/objc-runtime.h>
 
 #define KEY_WEBKIT_CHATS_USING_CACHED_ICON @"WebKit:Chats Using Cached Icon"
@@ -74,7 +73,6 @@
 - (void)releaseCurrentWebKitUserIconForObject:(AIListObject *)inObject;
 - (void)releaseAllCachedIcons;
 - (void)updateUserIconForObject:(AIListObject *)inObject;
-- (void)_updateUserIconForObject:(AIListObject *)inObject;
 - (void)userIconForObjectDidChange:(AIListObject *)inObject;
 - (void)updateServiceIcon;
 - (void)updateTopic;
@@ -1221,17 +1219,10 @@
 	}
 }
 
-- (void)updateUserIconForObject:(AIListObject *)inObject
-{
-	[AISharedWriterQueue addOperation:
-	 [[[NSInvocationOperation alloc] initWithTarget:self
-																				 selector:@selector(_updateUserIconForObject:)
-																					 object:inObject] autorelease]];
-}
 /*!
  * @brief Generate an updated masked user icon for the passed list object
  */
-- (void)_updateUserIconForObject:(AIListObject *)inObject
+- (void)updateUserIconForObject:(AIListObject *)inObject
 {
 	AIListObject		*iconSourceObject = ([inObject isKindOfClass:[AIListContact class]] ?
 											 [(AIListContact *)inObject parentContact] :




More information about the commits mailing list