adium 4634:cb5f4b09928a: Finished the sentence of this comment.

commits at adium.im commits at adium.im
Wed Feb 1 11:46:03 UTC 2012


details:	http://hg.adium.im/adium/rev/cb5f4b09928a
revision:	4634:cb5f4b09928a
branch:		(none)
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Wed Feb 01 12:45:52 2012 +0100

Finished the sentence of this comment.

diffs (12 lines):

diff -r 1734068b1ce6 -r cb5f4b09928a Frameworks/Adium Framework/Source/AICorePluginLoader.m
--- a/Frameworks/Adium Framework/Source/AICorePluginLoader.m	Wed Feb 01 12:41:03 2012 +0100
+++ b/Frameworks/Adium Framework/Source/AICorePluginLoader.m	Wed Feb 01 12:45:52 2012 +0100
@@ -137,7 +137,7 @@
 
 + (BOOL)pluginIsBlacklisted:(NSBundle *)plugin
 {
-	// Only one right now: the Skype plugin that works with 1.4 crashes #15590.
+	// Only one right now: the Skype plugin that works with 1.4 crashes in 1.5 (see #15590).
 	if ([[plugin bundleIdentifier] isEqualToString:@"org.bigbrownchunx.skypeplugin"] &&
 		[[[plugin infoDictionary] objectForKey:@"CFBundleVersion"] isEqualToString:@"1.0"]) {
 		return YES;




More information about the commits mailing list