Mercurial > pidgin
changeset 27505:1638786071af
Clarify a comment a little.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 12 Jul 2009 03:44:30 +0000 |
parents | 72cf7e73a869 |
children | 9339ffc62768 |
files | libpurple/protocols/jabber/roster.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. */