diff src/buddy_chat.c @ 1898:73d73939f698

[gaim-migrate @ 1908] this is part one of three. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 May 2001 03:36:04 +0000
parents 91a74da87252
children 5bed3bc833b5
line wrap: on
line diff
--- a/src/buddy_chat.c	Fri May 25 23:07:22 2001 +0000
+++ b/src/buddy_chat.c	Mon May 28 03:36:04 2001 +0000
@@ -474,9 +474,7 @@
 		gdk_window_show(c->window->window);
 	else {
 		c = new_conversation(gtk_object_get_user_data(obj));
-		c->gc = b->gc;
-		gtk_option_menu_set_history(GTK_OPTION_MENU(c->menu), g_slist_index(connections, b->gc));
-		update_buttons_by_protocol(c);
+		set_convo_gc(c, b->gc);
 	}
 }