adium 2399:0d364fd70a02: Don't move into the meta contact's grou...
commits at adium.im
commits at adium.im
Fri May 29 16:39:27 UTC 2009
details: http://hg.adium.im/adium/rev/0d364fd70a02
revision: 2399:0d364fd70a02
author: Zachary West <zacw at adium.im>
date: Fri May 29 12:39:07 2009 -0400
Don't move into the meta contact's groups, since this can be done automatically. Will revisit this later.
diffs (15 lines):
diff -r d568d8bc047a -r 0d364fd70a02 Source/AIContactController.m
--- a/Source/AIContactController.m Fri May 29 12:30:35 2009 -0400
+++ b/Source/AIContactController.m Fri May 29 12:39:07 2009 -0400
@@ -577,11 +577,6 @@
}
} else {
- // Move the contact from all of its groups into the meta contact's groups.
- if (metaContact.groups) {
- [self moveContact:inContact fromGroups:inContact.remoteGroups intoGroups:metaContact.groups];
- }
-
//Obtain any metaContact this listObject is currently within, so we can remove it later
AIMetaContact *oldMetaContact = [contactToMetaContactLookupDict objectForKey:[inContact internalObjectID]];
More information about the commits
mailing list