# HG changeset patch # User Eric Warmenhoven # Date 1001037524 0 # Node ID 2bf8a81314792ff0468cdb8309778201bdd1aadc # Parent e3939d21c2f05b528c36da1afae6a871859e6567 [gaim-migrate @ 2351] i think that the
's were getting improperly drawn at times, so it should be fixed now. committer: Tailor Script diff -r e3939d21c2f0 -r 2bf8a8131479 src/gtkimhtml.c --- a/src/gtkimhtml.c Fri Sep 21 01:47:39 2001 +0000 +++ b/src/gtkimhtml.c Fri Sep 21 01:58:44 2001 +0000 @@ -308,7 +308,8 @@ bg = imhtml->default_bg_color; } - gdk_draw_rectangle (window, gc, TRUE, line->x - xoff, line->y - yoff, line->width, line->height); + gdk_draw_rectangle (window, gc, TRUE, line->x - xoff, line->y - yoff, + line->width ? line->width : imhtml->xsize, line->height); if (!line->text) { gdk_gc_unref (gc);