changeset 1482:68d44466c0b0

[gaim-migrate @ 1492] bah committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 08 Feb 2001 04:38:10 +0000
parents c97a35b92aa3
children 934041288fbb
files src/gtkimhtml.c
diffstat 1 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Thu Feb 08 00:59:43 2001 +0000
+++ b/src/gtkimhtml.c	Thu Feb 08 04:38:10 2001 +0000
@@ -2296,14 +2296,8 @@
 					continue;
 				}
 
-				if (!(font->size || font->face || font->fore || font->back)) {
-					g_free (font);
-					intag = FALSE;
-					tpos = 0;
-					continue;
-				}
-
-				NEW_BIT (NEW_TEXT_BIT);
+				if (font->size || font->face || font->fore || font->back)
+					NEW_BIT (NEW_TEXT_BIT);
 
 				if (fonts) {
 					FontDetail *oldfont = fonts->data;