adium-1.4 3545:a1ecaabb29e4: Fix the syntax error here too

commits at adium.im commits at adium.im
Sat Jun 25 19:08:46 UTC 2011


details:	http://hg.adium.im/adium-1.4/rev/a1ecaabb29e4
revision:	3545:a1ecaabb29e4
branch:		(none)
author:		Evan Schoenberg
date:		Sat Jun 25 14:08:42 2011 -0500

Fix the syntax error here too

diffs (16 lines):

diff -r fc44da247ca2 -r a1ecaabb29e4 Plugins/WebKit Message View/AIWebKitMessageViewController.m
--- a/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Sat Jun 25 08:56:34 2011 -0500
+++ b/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Sat Jun 25 14:08:42 2011 -0500
@@ -1329,11 +1329,11 @@
 					   withObject:inObject
 					   afterDelay:1];
 		}
-	}
 #else
 	[objectIconPathDict setObject:webKitUserIconPath
 						   forKey:iconSourceObject.internalObjectID];
 #endif
+	}
 }
 
 - (void)updateServiceIcon




More information about the commits mailing list