adium 2515:69ca5de45e99: Make mvv3 not coalesce, as originally i...

commits at adium.im commits at adium.im
Wed Jun 24 21:29:38 UTC 2009


details:	http://hg.adium.im/adium/rev/69ca5de45e99
revision:	2515:69ca5de45e99
author:		David Smith <catfish.man at gmail.com>
date:		Wed Jun 24 14:29:31 2009 -0700

Make mvv3 not coalesce, as originally intended. Nice catch mathuaerknedam

diffs (12 lines):

diff -r 7d7e889ad3af -r 69ca5de45e99 Plugins/WebKit Message View/AIWebkitMessageViewStyle.m
--- a/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m	Wed Jun 24 13:44:30 2009 -0700
+++ b/Plugins/WebKit Message View/AIWebkitMessageViewStyle.m	Wed Jun 24 14:29:31 2009 -0700
@@ -551,7 +551,7 @@
 	newHTML = [[[self completedTemplateForContent:content similar:contentIsSimilar] mutableCopy] autorelease];
 	
 	//BOM scripts vary by style version
-	if (!usingCustomTemplateHTML || styleVersion >= 4) {
+	if (!usingCustomTemplateHTML && styleVersion >= 4) {
 		/* If we're using the built-in template HTML, we know that it supports our most modern scripts */
 		if (replaceLastContent)
 			script = REPLACE_LAST_MESSAGE;




More information about the commits mailing list