diff src/server.c @ 1340:1526caa87138

[gaim-migrate @ 1350] Grey's out the info button on conversation windows if the protocol doesnt support it. Probably should add support for the other buttons to. For example: Warn, Block, add/remove, send :-) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 21 Dec 2000 02:01:20 +0000
parents 6b31e7948b05
children 1136f7896eeb
line wrap: on
line diff
--- a/src/server.c	Thu Dec 21 01:07:18 2000 +0000
+++ b/src/server.c	Thu Dec 21 02:01:20 2000 +0000
@@ -371,6 +371,7 @@
 
 	cnv->gc = gc;
 	gtk_option_menu_set_history(GTK_OPTION_MENU(cnv->menu), g_slist_index(connections, gc));
+	update_buttons_by_protocol(cnv);
 
 
 	if (awaymessage != NULL) {