Mercurial > pidgin
comparison src/server.c @ 8894:217dd0cc4a3e
[gaim-migrate @ 9663]
this takes care of it.
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Thu, 06 May 2004 18:20:00 +0000 |
| parents | cd22788db30c |
| children | 9a25d7f66d9c |
comparison
equal
deleted
inserted
replaced
| 8893:cd22788db30c | 8894:217dd0cc4a3e |
|---|---|
| 541 | 541 |
| 542 for(buds = buddies; buds; buds = buds->next) { | 542 for(buds = buddies; buds; buds = buds->next) { |
| 543 b = buds->data; | 543 b = buds->data; |
| 544 gaim_blist_server_alias_buddy(b, alias); | 544 gaim_blist_server_alias_buddy(b, alias); |
| 545 } | 545 } |
| 546 g_slist_free(buds); | 546 g_slist_free(buddies); |
| 547 } | 547 } |
| 548 | 548 |
| 549 /* | 549 /* |
| 550 * Move a buddy from one group to another on server. | 550 * Move a buddy from one group to another on server. |
| 551 * | 551 * |
