changeset 740:01d3c96867e2

[gaim-migrate @ 750] la la la committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 22 Aug 2000 19:23:36 +0000
parents bb4cdefce62f
children 58a6e6e26695
files src/gtkhtml.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkhtml.c	Tue Aug 22 01:45:48 2000 +0000
+++ b/src/gtkhtml.c	Tue Aug 22 19:23:36 2000 +0000
@@ -3139,6 +3139,12 @@
 	static struct font_state def_state = { 3, 0, 0, "", NULL, NULL, NULL };
 
 	if (text == NULL) {
+		bold = 0;
+		italic = 0;
+		fixed = 0;
+		uline = 0;
+		strike = 0;
+		title = 0;
 		while (current->next)
 		{
 			if (current->ownbg)