adium 5175:2423ecb09b19: Fix this for people still on 10.6.8.

commits at adium.im commits at adium.im
Mon Oct 22 16:07:56 UTC 2012


details:	http://hg.adium.im/adium/rev/2423ecb09b19
revision:	5175:2423ecb09b19
branch:		adium-1.6
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Mon Oct 22 18:07:45 2012 +0200

Fix this for people still on 10.6.8.

diffs (12 lines):

diff -r 6042e7db9896 -r 2423ecb09b19 Source/AIMessageViewTopBarController.h
--- a/Source/AIMessageViewTopBarController.h	Mon Oct 22 17:23:07 2012 +0200
+++ b/Source/AIMessageViewTopBarController.h	Mon Oct 22 18:07:45 2012 +0200
@@ -25,7 +25,7 @@
     AIChat *chat;
 }
 
- at property (nonatomic, weak) AIMessageViewController *owner;
+ at property (nonatomic, assign) AIMessageViewController *owner;
 @property (nonatomic, retain) AIChat *chat;
 
 - (IBAction)close:(id)sender;




More information about the commits mailing list