# HG changeset patch # User Paul Aurich # Date 1247370270 0 # Node ID 1638786071af9bc2b3384bd25ed4c103dbf009c2 # Parent 72cf7e73a869f664b47a9daa791b1b9636e5936f Clarify a comment a little. diff -r 72cf7e73a869 -r 1638786071af libpurple/protocols/jabber/roster.c --- a/libpurple/protocols/jabber/roster.c Sun Jul 12 03:34:40 2009 +0000 +++ b/libpurple/protocols/jabber/roster.c Sun Jul 12 03:44:30 2009 +0000 @@ -94,8 +94,9 @@ /* XMPP groups are case-sensitive, but libpurple groups are * case-insensitive. We treat a buddy in both "Friends" and "friends" - * as only being in one group, so if we push changes about the buddy + * as only being in one group, but if we push changes about the buddy * to the server, the buddy will be dropped from one of the groups. + * Not optimal, but better than the alternative, I think. */ if((l = g_slist_find_custom(groups, purple_group_get_name(g), (GCompareFunc)purple_utf8_strcasecmp))) { /* The buddy is already on the local list. Update info. */