diff src/prefs.c @ 4438:2054d8429925

[gaim-migrate @ 4713] Setting the font face in preferences works again. Thanks CmdrChalupa. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 28 Jan 2003 02:45:34 +0000
parents 289efc79a242
children a65555132674
line wrap: on
line diff
--- a/src/prefs.c	Mon Jan 27 22:27:02 2003 +0000
+++ b/src/prefs.c	Tue Jan 28 02:45:34 2003 +0000
@@ -2420,7 +2420,10 @@
 		fontface[i] = fontname[i];
 		i++;
 	}
+
 	fontface[i] = 0;
 	g_free(fontname);
+	
+	gaim_conversation_foreach(gaim_gtkconv_update_font_face);
 }