comparison src/conversation.c @ 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
comparison
equal deleted inserted replaced
697:c7c0d2590681 698:b2ab04e04194
292 gtk_widget_set_sensitive(c->underline, ((font_options & OPT_FONT_UNDERLINE)) ? FALSE : TRUE); 292 gtk_widget_set_sensitive(c->underline, ((font_options & OPT_FONT_UNDERLINE)) ? FALSE : TRUE);
293 293
294 if (c->strike) 294 if (c->strike)
295 gtk_widget_set_sensitive(c->strike, ((font_options & OPT_FONT_STRIKE)) ? FALSE : TRUE); 295 gtk_widget_set_sensitive(c->strike, ((font_options & OPT_FONT_STRIKE)) ? FALSE : TRUE);
296 296
297 if (c->font)
298 gtk_widget_set_sensitive(c->font, ((font_options & OPT_FONT_FACE)) ? TRUE : FALSE);
299
300 cnv = cnv->next; 297 cnv = cnv->next;
301 } 298 }
302 } 299 }
303 300
304 /* 301 /*