Mercurial > pidgin.yaz
changeset 10727:d07ebadef09d
[gaim-migrate @ 12327]
I like compiling with antique compilers
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Fri, 25 Mar 2005 15:48:52 +0000 |
parents | 00e3dc1a0206 |
children | b5259f3dfc29 |
files | src/blist.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/blist.c Fri Mar 25 13:14:28 2005 +0000 +++ b/src/blist.c Fri Mar 25 15:48:52 2005 +0000 @@ -2214,8 +2214,8 @@ for (cnode = gnode->child; cnode; cnode = cnode->next) { if (GAIM_BLIST_NODE_IS_CONTACT(cnode)) { + gboolean recompute = FALSE; contact = (GaimContact *)cnode; - gboolean recompute = FALSE; for (bnode = cnode->child; bnode; bnode = bnode->next) { if (!GAIM_BLIST_NODE_IS_BUDDY(bnode))