Mercurial > pidgin
comparison src/multi.c @ 5068:b37d7d09ec83
[gaim-migrate @ 5419]
logout icons
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Mon, 07 Apr 2003 23:17:27 +0000 |
| parents | 8e55a4d362a3 |
| children | fefad67de2c7 |
comparison
equal
deleted
inserted
replaced
| 5067:bc40b13c83a0 | 5068:b37d7d09ec83 |
|---|---|
| 169 for(bnode = gnode->child; bnode; bnode = bnode->next) { | 169 for(bnode = gnode->child; bnode; bnode = bnode->next) { |
| 170 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) | 170 if(!GAIM_BLIST_NODE_IS_BUDDY(bnode)) |
| 171 continue; | 171 continue; |
| 172 n = (struct buddy *)bnode; | 172 n = (struct buddy *)bnode; |
| 173 if(n->account == gc->account) { | 173 if(n->account == gc->account) { |
| 174 n->present = 0; | 174 n->present = GAIM_BUDDY_OFFLINE; |
| 175 } | 175 } |
| 176 } | 176 } |
| 177 } | 177 } |
| 178 g_free(gc->away); | 178 g_free(gc->away); |
| 179 g_free(gc->away_state); | 179 g_free(gc->away_state); |
