comparison src/server.c @ 7502:beeb7c7d16b7

[gaim-migrate @ 8115] I didn't mean to commit this, I was just messing around. How are you today? It's really windy here. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 13 Nov 2003 15:41:59 +0000
parents 6b9f452e84e1
children a899742289c2
comparison
equal deleted inserted replaced
7501:3e85281aef0b 7502:beeb7c7d16b7
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 conv)); 1473 gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv))));
1474 // gaim_conv_chat_get_id(GAIM_CONV_CHAT(conv))));
1475 1474
1476 if (!buffy || !angel || plugin_return) { 1475 if (!buffy || !angel || plugin_return) {
1477 if (buffy) 1476 if (buffy)
1478 g_free(buffy); 1477 g_free(buffy);
1479 if (angel) 1478 if (angel)