diff src/prefs.c @ 1428:00b3d02a2168

[gaim-migrate @ 1438] gtkhtml has gotten replaced by gtkimhtml. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 Jan 2001 02:02:36 +0000
parents a3e472534370
children 348a70e15f07
line wrap: on
line diff
--- a/src/prefs.c	Thu Jan 25 20:31:12 2001 +0000
+++ b/src/prefs.c	Fri Jan 26 02:02:36 2001 +0000
@@ -251,9 +251,9 @@
 
 	gaim_button(_("Show graphical smileys"), &display_options, OPT_DISP_SHOW_SMILEY, box);
 	gaim_button(_("Show timestamp on messages"), &display_options, OPT_DISP_SHOW_TIME, box);
-	gaim_button(_("Ignore incoming colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
-	gaim_button(_("Ignore incoming fonts"), &display_options, OPT_DISP_IGNORE_FONTS, box);
-	gaim_button(_("Ignore white backgrounds"), &display_options, OPT_DISP_IGN_WHITE, box);
+	gaim_button(_("Ignore colors"), &display_options, OPT_DISP_IGNORE_COLOUR, box);
+	gaim_button(_("Ignore font faces"), &display_options, OPT_DISP_IGNORE_FONTS, box);
+	gaim_button(_("Ignore font sizes"), &display_options, OPT_DISP_IGNORE_SIZES, box);
 
 	sep = gtk_hseparator_new();
 	gtk_box_pack_start(GTK_BOX(box), sep, FALSE, FALSE, 5);
@@ -2066,6 +2066,12 @@
 	if (blist && ((int)option == OPT_DISP_SHOW_BUTTON_XPM))
 		update_button_pix();
 
+	if ((int)option == OPT_DISP_SHOW_SMILEY)
+		toggle_smileys();
+
+	if ((int)option == OPT_DISP_SHOW_TIME)
+		toggle_timestamps();
+
 #ifdef USE_APPLET
 	update_pixmaps();
 #endif