adium 5379:6affacd536c2: http://hg.adium.im/adium/rev/82370a8e83...

commits at adium.im commits at adium.im
Thu Mar 7 13:25:06 UTC 2013


details:	http://hg.adium.im/adium/rev/6affacd536c2
revision:	5379:6affacd536c2
branch:		(none)
author:		Thijs Alkemade <thijsalkemade at gmail.com>
date:		Thu Mar 07 14:07:43 2013 +0100

http://hg.adium.im/adium/rev/82370a8e83bc was wrong, this should not have been weak, it generates a runtime error.

I'm not sure if this is safe, but it's the only thing I can get to work.

diffs (16 lines):

diff -r a9f4102abb03 -r 6affacd536c2 Source/AIPreferenceCVPrototypeView.h
--- a/Source/AIPreferenceCVPrototypeView.h	Thu Mar 07 13:20:35 2013 +0100
+++ b/Source/AIPreferenceCVPrototypeView.h	Thu Mar 07 14:07:43 2013 +0100
@@ -14,10 +14,8 @@
  * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
- at interface AIPreferenceCVPrototypeView : NSView {
-	__weak NSCollectionViewItem *item;
-}
+ at interface AIPreferenceCVPrototypeView : NSView
 
- at property (weak) NSCollectionViewItem *item;
+ at property (assign, nonatomic) NSCollectionViewItem *item;
 
 @end




More information about the commits mailing list