Mercurial > pidgin
comparison src/server.c @ 8260:1fa30b3f7e6d
[gaim-migrate @ 8983]
Tim says "Oops."
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 15 Feb 2004 06:54:14 +0000 |
| parents | 1d86096ae0f4 |
| children | f24172f53650 |
comparison
equal
deleted
inserted
replaced
| 8259:4f9f68ab8770 | 8260:1fa30b3f7e6d |
|---|---|
| 102 | 102 |
| 103 while (gc->buddy_chats) { | 103 while (gc->buddy_chats) { |
| 104 GaimConversation *b = gc->buddy_chats->data; | 104 GaimConversation *b = gc->buddy_chats->data; |
| 105 | 105 |
| 106 gc->buddy_chats = g_slist_remove(gc->buddy_chats, b); | 106 gc->buddy_chats = g_slist_remove(gc->buddy_chats, b); |
| 107 gaim_conv_chat_left(GAIM_CONV_CHAT(b)); | |
| 107 } | 108 } |
| 108 | 109 |
| 109 if (gc->idle_timer > 0) | 110 if (gc->idle_timer > 0) |
| 110 g_source_remove(gc->idle_timer); | 111 g_source_remove(gc->idle_timer); |
| 111 gc->idle_timer = 0; | 112 gc->idle_timer = 0; |
