im.pidgin.pidgin: 36ed28f7212302e500d79866f33eacde299878b2
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Mon Dec 3 11:10:44 EST 2007
-----------------------------------------------------------------
Revision: 36ed28f7212302e500d79866f33eacde299878b2
Ancestor: 6ca0d176c7935aaf3fc44452a072f25e0673213c
Author: resiak at soc.pidgin.im
Date: 2007-12-03T14:46:54
Branch: im.pidgin.pidgin
Modified files:
libpurple/blist.c
ChangeLog:
Correct a comment typo: a group is being added to the blist, not a chat.
-------------- next part --------------
============================================================
--- libpurple/blist.c ad31660fc4ddaa0f5edd891518e38def75c643fe
+++ libpurple/blist.c f792c425e05032431a2dc28a627f8de0a0e2192e
@@ -1310,7 +1310,7 @@ void purple_blist_add_buddy(PurpleBuddy
g = (PurpleGroup *)((PurpleBlistNode *)c)->parent;
} else {
if (group) {
- /* Add chat to blist if isn't already on it. Fixes #2752. */
+ /* Add group to blist if isn't already on it. Fixes #2752. */
if (!purple_find_group(group->name)) {
purple_blist_add_group(group,
purple_blist_get_last_sibling(purplebuddylist->root));
More information about the Commits
mailing list