Sat, 07 Oct 2000 06:03:04 +0000
[gaim-migrate @ 959]
hehe, i should prolly remove this ;)
| src/gtkhtml.c | file | annotate | diff | comparison | revisions |
--- 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);