# HG changeset patch # User Luke Schierer # Date 1072043003 0 # Node ID 169e85869dcc6dd378acbb9f4c506314a1c40b2e # Parent a63c93e39ea5bb4e61cb1ce12920189b51cb9ade [gaim-migrate @ 8571] (16:36:25) javabsp: LSchiere: Any text on the same line and before an hr is duplicated after the hr (16:37:41) javabsp: Actually it's probably not just on the same line, but within the same call to gtk_imhtml_append_text_with_images, but anyhow, the patch handles it. committer: Tailor Script diff -r a63c93e39ea5 -r 169e85869dcc src/gtkimhtml.c --- a/src/gtkimhtml.c Sun Dec 21 21:33:54 2003 +0000 +++ b/src/gtkimhtml.c Sun Dec 21 21:43:23 2003 +0000 @@ -1335,7 +1335,8 @@ scalable->add_to(scalable, imhtml, &iter); scalable->scale(scalable, rect.width, rect.height); imhtml->scalables = g_list_append(imhtml->scalables, scalable); - ws[wpos++] = '\n'; + ws[0] = '\n'; + ws[1] = NULL; break; case 27: /* /FONT */ if (fonts) {