adium-1.4 3228:1ec859f7bb8c: Patch from hortont424 to allow a mi...

commits at adium.im commits at adium.im
Tue Nov 9 17:48:13 UTC 2010


details:	http://hg.adium.im/adium-1.4/rev/1ec859f7bb8c
revision:	3228:1ec859f7bb8c
author:		Frank Dowsett <wixardy at adium.im>
date:		Tue Nov 09 01:24:07 2010 -0500

Patch from hortont424 to allow a minimum messagestyle font size of <9pt. Fixes #49
(transplanted from c334205de2c4d025f6ccc27ae4da688cd854fb7a)

diffs (11 lines):

diff -r 3cecc4e1d3be -r 1ec859f7bb8c Plugins/WebKit Message View/AIWebKitMessageViewController.m
--- a/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Mon Nov 08 20:52:06 2010 -0500
+++ b/Plugins/WebKit Message View/AIWebKitMessageViewController.m	Tue Nov 09 01:24:07 2010 -0500
@@ -447,6 +447,7 @@
 	NSNumber	*minSize = [adium.preferenceController preferenceForKey:KEY_WEBKIT_MIN_FONT_SIZE
 																 group:preferenceGroup];
 	[[webView preferences] setMinimumFontSize:(minSize ? [minSize integerValue] : 1)];
+	[[webView preferences] setMinimumLogicalFontSize:(minSize ? [minSize intValue] : 1)];
 
 	//Update our icons before doing any loading
 	[self sourceOrDestinationChanged:nil];




More information about the commits mailing list