Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv13822
Modified Files:
conversation.c
Log Message:
shit
Index: conversation.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/conversation.c,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- conversation.c 2001/11/10 08:02:39 1.292
+++ conversation.c 2001/11/15 20:18:07 1.293
@@ -2018,13 +2018,13 @@
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);
|