# HG changeset patch # User Todd Kulesza # Date 970898584 0 # Node ID 08f8ccb1c07396ac3956cb14497452986e5fb658 # Parent 16776bb2d344af65154dfd48b55e2dbd0e212328 [gaim-migrate @ 959] hehe, i should prolly remove this ;) committer: Tailor Script diff -r 16776bb2d344 -r 08f8ccb1c073 src/gtkhtml.c --- a/src/gtkhtml.c Sat Oct 07 06:00:22 2000 +0000 +++ b/src/gtkhtml.c Sat Oct 07 06:03:04 2000 +0000 @@ -2073,7 +2073,7 @@ /* we use a 2-pixel window border */ if (hb->x < 2) hb->x = 2; - g_print("text = %s *** top = %d, bottom = %d, newline = %d\n", hb->text, hb->y - html->yoffset - hei - 6, hei + hei + 2, hb->newline); + gdk_draw_rectangle(html->html_area, gc, TRUE /* filled */, hb->x, hb->y - html->yoffset - hei - 6, hwidth - shift - hb->x + 1, hei + hei + 2);