diff src/dialogs.c @ 981:7e231bc0018a

[gaim-migrate @ 991] I think I need a Pepsi. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Oct 2000 07:24:40 +0000
parents 563c409e26a1
children baad64740daa
line wrap: on
line diff
--- a/src/dialogs.c	Thu Oct 12 18:59:36 2000 +0000
+++ b/src/dialogs.c	Fri Oct 13 07:24:40 2000 +0000
@@ -1153,6 +1153,7 @@
 		save_prefs();
 
 		if (gc) {
+			g_snprintf(gc->user_info, sizeof(gc->user_info), "%s", junk);
 			buf = g_malloc(strlen(junk) * 4);
 			if (!buf) {
 				buf = g_malloc(1);
@@ -1609,11 +1610,9 @@
 	gtk_text_set_word_wrap(GTK_TEXT(b->text), TRUE);
 	gtk_text_set_editable(GTK_TEXT(b->text), TRUE);
 	gtk_widget_set_usize(b->text, 350, 100);
-	/* is this necessary?
-	if (users)
+	if (aim_users)
 		gtk_text_insert(GTK_TEXT(b->text), NULL, NULL, NULL,
-				((struct aim_user *)users->data)->user_info, -1);
-	*/
+				((struct aim_user *)aim_users->data)->user_info, -1);
 
 	gtk_widget_show(b->text);