Mercurial > pidgin
changeset 949:08f8ccb1c073
[gaim-migrate @ 959]
hehe, i should prolly remove this ;)
committer: Tailor Script <tailor@pidgin.im>
author | Todd Kulesza <fflewddur> |
---|---|
date | Sat, 07 Oct 2000 06:03:04 +0000 |
parents | 16776bb2d344 |
children | 27916b623ecc |
files | src/gtkhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);