Mercurial > pidgin
comparison src/server.c @ 7511:a899742289c2
[gaim-migrate @ 8124]
Changed the parameters for the received-chat-msg signal to pass a
conversation rather than an ID number.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Fri, 14 Nov 2003 18:09:31 +0000 |
| parents | beeb7c7d16b7 |
| children | 532635bc38c1 |
comparison
equal
deleted
inserted
replaced
| 7510:ef3e646152a1 | 7511:a899742289c2 |
|---|---|
| 1467 angel = g_strdup(who); | 1467 angel = g_strdup(who); |
| 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, conv)); |
| 1473 gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv)))); | |
| 1474 | 1473 |
| 1475 if (!buffy || !angel || plugin_return) { | 1474 if (!buffy || !angel || plugin_return) { |
| 1476 if (buffy) | 1475 if (buffy) |
| 1477 g_free(buffy); | 1476 g_free(buffy); |
| 1478 if (angel) | 1477 if (angel) |
