changeset 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 59bac9b1a716
files src/conversation.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Mon Oct 08 01:12:57 2001 +0000
+++ b/src/conversation.c	Mon Oct 08 03:22:53 2001 +0000
@@ -1367,10 +1367,13 @@
 	/* XXX CUI: this is really bad and should be moved somewhere else later. */
 	if (!c->is_chat && c->gc) {
 		int index = g_slist_index(connections, c->gc);
+		int sconv = strlen(c->name);
 		int sname = strlen(who);
 		int swhat = strlen(what);
 		UI_build_broadcast(CUI_TYPE_MESSAGE, CUI_MESSAGE_RECV,
 				sizeof(index), &index,
+				sizeof(sconv), &sconv,
+				sconv, c->name,
 				sizeof(sname), &sname,
 				sname, who,
 				sizeof(flags), &flags,