changeset 698:b2ab04e04194

[gaim-migrate @ 708] the font button should never be insensitive, it should always be loving. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 16 Aug 2000 06:26:08 +0000
parents c7c0d2590681
children f8acdd22065a
files src/conversation.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Wed Aug 16 04:30:32 2000 +0000
+++ b/src/conversation.c	Wed Aug 16 06:26:08 2000 +0000
@@ -294,9 +294,6 @@
                 if (c->strike)
                         gtk_widget_set_sensitive(c->strike, ((font_options & OPT_FONT_STRIKE)) ? FALSE : TRUE);
 
-                if (c->font)
-                        gtk_widget_set_sensitive(c->font, ((font_options & OPT_FONT_FACE)) ? TRUE : FALSE);
-		
 		cnv = cnv->next;
 	}
 }