Mercurial > pidgin.yaz
changeset 21716:ea18c129edfb
Correct a comment typo: a group is being added to the blist, not a chat.
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Mon, 03 Dec 2007 14:46:54 +0000 |
parents | dc3b920b27d0 |
children | 82016f2ea290 |
files | libpurple/blist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/blist.c Mon Dec 03 14:40:46 2007 +0000 +++ b/libpurple/blist.c Mon Dec 03 14:46:54 2007 +0000 @@ -1310,7 +1310,7 @@ 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));