# HG changeset patch # User Rob Flynn # Date 977364716 0 # Node ID 84aef77f0adda5f4e5c5a311a7b839b80128b6b6 # Parent 6ec45c45157cb2062e478d44732e62128d83cd8b [gaim-migrate @ 1352] Umm, I forgot this :-). committer: Tailor Script diff -r 6ec45c45157c -r 84aef77f0add src/conversation.c --- a/src/conversation.c Thu Dec 21 02:05:53 2000 +0000 +++ b/src/conversation.c Thu Dec 21 02:11:56 2000 +0000 @@ -1644,10 +1644,7 @@ struct conversation *cnv = gtk_object_get_user_data(m); cnv->gc = c; - if (cnv->gc->prpl->set_info == NULL) - gtk_widget_set_sensitive(cnv->info, FALSE); - else - gtk_widget_set_sensitive(cnv->info, TRUE); + update_buttons_by_protocol(cnv); } void update_convo_add_button(struct conversation *c) diff -r 6ec45c45157c -r 84aef77f0add src/gaim.h --- a/src/gaim.h Thu Dec 21 02:05:53 2000 +0000 +++ b/src/gaim.h Thu Dec 21 02:11:56 2000 +0000 @@ -643,6 +643,7 @@ extern void set_font_face(char *, struct conversation *); extern void redo_convo_menus(); extern void toggle_spellchk(); +extern void update_buttons_by_protocol(struct conversation *); /* Functions in toc.c */ extern void parse_toc_buddy_list(struct gaim_connection *, char *, int);