adium 4232:4c47f1fe4581: Undoing 0d7a88cf86ce. The proper fix f...

commits at adium.im commits at adium.im
Sat Oct 22 20:54:17 UTC 2011


details:	http://hg.adium.im/adium/rev/4c47f1fe4581
revision:	4232:4c47f1fe4581
branch:		(none)
author:		Stephen Holt <sholt at adium.im>
date:		Sat Oct 22 13:53:39 2011 -0700

Undoing 0d7a88cf86ce.  The proper fix for this lies somewhere in the depths of how Adium and PSMTabs are interacting. Too big of a problem to fix for now, and no reason to hold up our next release.

diffs (12 lines):

diff -r bdc1b950ef00 -r 4c47f1fe4581 Plugins/Dual Window Interface/AIMessageViewController.m
--- a/Plugins/Dual Window Interface/AIMessageViewController.m	Tue Oct 18 20:51:45 2011 -0700
+++ b/Plugins/Dual Window Interface/AIMessageViewController.m	Sat Oct 22 13:53:39 2011 -0700
@@ -1332,7 +1332,7 @@
 			msgFrame.size.width = currentFrame.size.width;
 			msgFrame.size.height = currentFrame.size.height - textFrame.size.height - dividerThickness;
 			
-			textFrame.origin.y = msgFrame.size.height + dividerThickness;
+			textFrame.origin.y = msgFrame.size.height + dividerThickness - 1;
 			
 			[view_messages setFrame:msgFrame];
 			[[scrollView_textEntry superview] setFrame:textFrame];




More information about the commits mailing list