Mercurial > pidgin
comparison src/blist.c @ 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 |
comparison
equal
deleted
inserted
replaced
| 10726:00e3dc1a0206 | 10727:d07ebadef09d |
|---|---|
| 2212 | 2212 |
| 2213 group = (GaimGroup *)gnode; | 2213 group = (GaimGroup *)gnode; |
| 2214 | 2214 |
| 2215 for (cnode = gnode->child; cnode; cnode = cnode->next) { | 2215 for (cnode = gnode->child; cnode; cnode = cnode->next) { |
| 2216 if (GAIM_BLIST_NODE_IS_CONTACT(cnode)) { | 2216 if (GAIM_BLIST_NODE_IS_CONTACT(cnode)) { |
| 2217 gboolean recompute = FALSE; | |
| 2217 contact = (GaimContact *)cnode; | 2218 contact = (GaimContact *)cnode; |
| 2218 gboolean recompute = FALSE; | |
| 2219 | 2219 |
| 2220 for (bnode = cnode->child; bnode; bnode = bnode->next) { | 2220 for (bnode = cnode->child; bnode; bnode = bnode->next) { |
| 2221 if (!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | 2221 if (!GAIM_BLIST_NODE_IS_BUDDY(bnode)) |
| 2222 continue; | 2222 continue; |
| 2223 | 2223 |
