adium-1.4 3044:7cce8380a017: Warnings--;
commits at adium.im
commits at adium.im
Mon Sep 20 03:25:59 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/7cce8380a017
revision: 3044:7cce8380a017
author: Evan Schoenberg
date: Sun Sep 19 22:25:53 2010 -0500
Warnings--;
diffs (21 lines):
diff -r 7ce5827e11e1 -r 7cce8380a017 Frameworks/Adium Framework/Source/AIChat.m
--- a/Frameworks/Adium Framework/Source/AIChat.m Sun Sep 19 22:25:08 2010 -0500
+++ b/Frameworks/Adium Framework/Source/AIChat.m Sun Sep 19 22:25:53 2010 -0500
@@ -44,6 +44,8 @@
- (id)initForAccount:(AIAccount *)inAccount;
- (void)clearUniqueChatID;
- (void)clearListObjectStatuses;
+
+- (AIListContact *)visibleObjectAtIndex:(NSUInteger)index;
@end
@implementation AIChat
@@ -624,7 +626,7 @@
return [participatingContacts containsObjectIdenticalTo:inObject];
}
-- (id)visibleObjectAtIndex:(NSUInteger)index
+- (AIListContact *)visibleObjectAtIndex:(NSUInteger)index
{
return [participatingContacts objectAtIndex:index];
}
More information about the commits
mailing list