adium/adium

Backed out changeset 9178c6fa3e1e
adium-1.5.4
2012-09-18, Thijs Alkemade
2f86166a0e51
Parents 9178c6fa3e1e
Children b2d9af334529
Backed out changeset 9178c6fa3e1e

CFM pointed out that this is not without consequences. Lets not risk this for 1.5.4.
--- a/Frameworks/Adium Framework/Source/AIChat.m Tue Sep 18 12:38:50 2012 +0200
+++ b/Frameworks/Adium Framework/Source/AIChat.m Tue Sep 18 20:43:09 2012 +0200
@@ -1069,7 +1069,7 @@
- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len
{
- return [participatingContacts countByEnumeratingWithState:state objects:stackbuf count:len];
+ return [self.containedObjects countByEnumeratingWithState:state objects:stackbuf count:len];
}
- (BOOL) canContainObject:(id)obj
--- a/Frameworks/Adium Framework/Source/AIListGroup.m Tue Sep 18 12:38:50 2012 +0200
+++ b/Frameworks/Adium Framework/Source/AIListGroup.m Tue Sep 18 20:43:09 2012 +0200
@@ -360,7 +360,7 @@
- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len
{
- return [_containedObjects countByEnumeratingWithState:state objects:stackbuf count:len];
+ return [self.containedObjects countByEnumeratingWithState:state objects:stackbuf count:len];
}
#pragma mark Applescript
--- a/Frameworks/Adium Framework/Source/AIMetaContact.m Tue Sep 18 12:38:50 2012 +0200
+++ b/Frameworks/Adium Framework/Source/AIMetaContact.m Tue Sep 18 20:43:09 2012 +0200
@@ -1038,7 +1038,7 @@
- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len
{
- return [_containedObjects countByEnumeratingWithState:state objects:stackbuf count:len];
+ return [self.containedObjects countByEnumeratingWithState:state objects:stackbuf count:len];
}
#pragma mark Contained Contact sorting