diff src/gtkimhtml.c @ 8858:d7b5fbc451da

[gaim-migrate @ 9626] fix a couple things. a bug with topic changing when there was no topic, a bug with /commands in jabber when you had formatting turned on, and fix some warning in gtkimhtml, i forget what committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 02 May 2004 18:12:08 +0000
parents 262f81346c0a
children ab5a46dd132a
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sun May 02 17:57:10 2004 +0000
+++ b/src/gtkimhtml.c	Sun May 02 18:12:08 2004 +0000
@@ -2246,6 +2246,7 @@
 						    font->underline = oldfont->underline;
 						}
 						if (textdec && font->underline != 1
+							&& size
 							&& g_ascii_strcasecmp(size, "underline") == 0
 							&& (imhtml->format_functions & GTK_IMHTML_UNDERLINE))
 						{