# HG changeset patch # User Eric Warmenhoven # Date 959923913 0 # Node ID 97cdac04c0f58f9d029bebcecbf2615730d6bb10 # Parent e5fa88351dc8fc22044c03ab2c656f973807e35b [gaim-migrate @ 319] Whoops committer: Tailor Script diff -r e5fa88351dc8 -r 97cdac04c0f5 src/conversation.c --- a/src/conversation.c Fri Jun 02 05:22:08 2000 +0000 +++ b/src/conversation.c Fri Jun 02 05:31:53 2000 +0000 @@ -1079,7 +1079,7 @@ big = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Big", "Increase font size", "Big", big_p, GTK_SIGNAL_FUNC(do_big), entry); font = gtk_toolbar_append_item(GTK_TOOLBAR(toolbar), "Font", "Select Font", "Font", font_p, GTK_SIGNAL_FUNC(toggle_font), entry); gtk_object_set_user_data(GTK_OBJECT(font), c); - /* if (!(font_options & OPT_FONT_FACE)) */ + if (!(font_options & OPT_FONT_FACE)) gtk_widget_set_sensitive(GTK_WIDGET(font), FALSE); gtk_toolbar_append_space(GTK_TOOLBAR(toolbar));