changeset 2722:abecab600451

[gaim-migrate @ 2735] shit committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Nov 2001 20:18:07 +0000
parents 74d1bbae4adc
children ca32b587589f
files src/conversation.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Thu Nov 15 10:19:01 2001 +0000
+++ b/src/conversation.c	Thu Nov 15 20:18:07 2001 +0000
@@ -2018,14 +2018,14 @@
 
 void set_convo_gc(struct conversation *c, struct gaim_connection *gc)
 {
+	if (gc)
+		gtk_option_menu_set_history(GTK_OPTION_MENU(c->menu), g_slist_index(connections, gc));
+
 	if (c->gc == gc)
 		return;
 
 	c->gc = gc;
 
-	if (gc)
-		gtk_option_menu_set_history(GTK_OPTION_MENU(c->menu), g_slist_index(connections, gc));
-
 	update_buttons_by_protocol(c);
 
 	update_icon(c);