Mercurial > pidgin
comparison src/server.c @ 7493:6b9f452e84e1
[gaim-migrate @ 8106]
Otro patchita de Daniel Atallah.
Este es mejor disconnection dialog stuff.
Muchos gracias Daniel!
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Thu, 13 Nov 2003 07:14:01 +0000 |
| parents | 08ce2a94d9c7 |
| children | beeb7c7d16b7 |
comparison
equal
deleted
inserted
replaced
| 7492:0ecc3ab93938 | 7493:6b9f452e84e1 |
|---|---|
| 1468 | 1468 |
| 1469 plugin_return = GPOINTER_TO_INT( | 1469 plugin_return = GPOINTER_TO_INT( |
| 1470 gaim_signal_emit_return_1(gaim_conversations_get_handle(), | 1470 gaim_signal_emit_return_1(gaim_conversations_get_handle(), |
| 1471 "received-chat-msg", g->account, | 1471 "received-chat-msg", g->account, |
| 1472 &angel, &buffy, | 1472 &angel, &buffy, |
| 1473 gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv)))); | 1473 conv)); |
| 1474 // gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv)))); | |
| 1474 | 1475 |
| 1475 if (!buffy || !angel || plugin_return) { | 1476 if (!buffy || !angel || plugin_return) { |
| 1476 if (buffy) | 1477 if (buffy) |
| 1477 g_free(buffy); | 1478 g_free(buffy); |
| 1478 if (angel) | 1479 if (angel) |
