comparison 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
comparison
equal deleted inserted replaced
8857:15ddfb03f4c7 8858:d7b5fbc451da
2244 if (oldfont) 2244 if (oldfont)
2245 { 2245 {
2246 font->underline = oldfont->underline; 2246 font->underline = oldfont->underline;
2247 } 2247 }
2248 if (textdec && font->underline != 1 2248 if (textdec && font->underline != 1
2249 && size
2249 && g_ascii_strcasecmp(size, "underline") == 0 2250 && g_ascii_strcasecmp(size, "underline") == 0
2250 && (imhtml->format_functions & GTK_IMHTML_UNDERLINE)) 2251 && (imhtml->format_functions & GTK_IMHTML_UNDERLINE))
2251 { 2252 {
2252 gtk_imhtml_toggle_underline(imhtml); 2253 gtk_imhtml_toggle_underline(imhtml);
2253 font->underline = 1; 2254 font->underline = 1;