adium 5257:82370a8e83bc: Should have made this weak.
commits at adium.im
commits at adium.im
Fri Jan 4 00:00:33 UTC 2013
details: http://hg.adium.im/adium/rev/82370a8e83bc
revision: 5257:82370a8e83bc
branch: (none)
author: Thijs Alkemade <me at thijsalkema.de>
date: Fri Jan 04 01:00:21 2013 +0100
Should have made this weak.
diffs (15 lines):
diff -r 40745831e0e6 -r 82370a8e83bc Source/AIPreferenceCVPrototypeView.h
--- a/Source/AIPreferenceCVPrototypeView.h Fri Jan 04 00:54:34 2013 +0100
+++ b/Source/AIPreferenceCVPrototypeView.h Fri Jan 04 01:00:21 2013 +0100
@@ -15,9 +15,9 @@
*/
@interface AIPreferenceCVPrototypeView : NSView {
- NSCollectionViewItem *item;
+ __weak NSCollectionViewItem *item;
}
- at property (assign) NSCollectionViewItem *item;
+ at property (weak) NSCollectionViewItem *item;
@end
More information about the commits
mailing list