comparison src/conversation.c @ 2449:cbac74881be9

[gaim-migrate @ 2462] hi there. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 08 Oct 2001 03:22:53 +0000
parents dab1bf4a8392
children 049822b93239
comparison
equal deleted inserted replaced
2448:dab1bf4a8392 2449:cbac74881be9
1365 } 1365 }
1366 1366
1367 /* XXX CUI: this is really bad and should be moved somewhere else later. */ 1367 /* XXX CUI: this is really bad and should be moved somewhere else later. */
1368 if (!c->is_chat && c->gc) { 1368 if (!c->is_chat && c->gc) {
1369 int index = g_slist_index(connections, c->gc); 1369 int index = g_slist_index(connections, c->gc);
1370 int sconv = strlen(c->name);
1370 int sname = strlen(who); 1371 int sname = strlen(who);
1371 int swhat = strlen(what); 1372 int swhat = strlen(what);
1372 UI_build_broadcast(CUI_TYPE_MESSAGE, CUI_MESSAGE_RECV, 1373 UI_build_broadcast(CUI_TYPE_MESSAGE, CUI_MESSAGE_RECV,
1373 sizeof(index), &index, 1374 sizeof(index), &index,
1375 sizeof(sconv), &sconv,
1376 sconv, c->name,
1374 sizeof(sname), &sname, 1377 sizeof(sname), &sname,
1375 sname, who, 1378 sname, who,
1376 sizeof(flags), &flags, 1379 sizeof(flags), &flags,
1377 sizeof(swhat), &swhat, 1380 sizeof(swhat), &swhat,
1378 swhat, what, 1381 swhat, what,