diff src/gtkhtml.c @ 1244:eaa0e2f5ace4

[gaim-migrate @ 1254] Ignore incoming fonts option committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 12 Dec 2000 23:09:07 +0000
parents ba292594e938
children b5783215b245
line wrap: on
line diff
--- a/src/gtkhtml.c	Tue Dec 12 22:52:01 2000 +0000
+++ b/src/gtkhtml.c	Tue Dec 12 23:09:07 2000 +0000
@@ -3471,7 +3471,10 @@
 							}
 							if (d[strlen(d) - 1] == '\"')
 								d[strlen(d) - 1] = 0;
-							strcpy(current->font, d);
+
+							if (!(options & HTML_OPTION_NO_FONTS)) { 
+								strcpy(current->font, d);
+							}
 						}
 						else if (!strncasecmp(d, "BACK=", strlen("BACK=")))
 						{