| 1439 struct chat_invite_data *cid = g_new0(struct chat_invite_data, 1); |
1439 struct chat_invite_data *cid = g_new0(struct chat_invite_data, 1); |
| 1440 |
1440 |
| 1441 account = gaim_connection_get_account(gc); |
1441 account = gaim_connection_get_account(gc); |
| 1442 |
1442 |
| 1443 gaim_signal_emit(gaim_conversations_get_handle(), |
1443 gaim_signal_emit(gaim_conversations_get_handle(), |
| 1444 "chat-invited", account, who, name, message); |
1444 "chat-invited", account, who, name, message, data); |
| 1445 |
1445 |
| 1446 if (message) |
1446 if (message) |
| 1447 g_snprintf(buf2, sizeof(buf2), |
1447 g_snprintf(buf2, sizeof(buf2), |
| 1448 _("User '%s' invites %s to buddy chat room: '%s'\n%s"), |
1448 _("User '%s' invites %s to buddy chat room: '%s'\n%s"), |
| 1449 who, gaim_account_get_username(account), name, message); |
1449 who, gaim_account_get_username(account), name, message); |