Mercurial > pidgin
changeset 911:65c8bd1feec5
[gaim-migrate @ 921]
bah. this works better.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 14 Sep 2000 22:47:19 +0000 |
parents | 568bb0f5c921 |
children | 5a517b4f0be4 |
files | src/gtkhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkhtml.c Thu Sep 14 22:27:33 2000 +0000 +++ b/src/gtkhtml.c Thu Sep 14 22:47:19 2000 +0000 @@ -2099,7 +2099,7 @@ { area.x = hb->x - html->xoffset; area.y = hb->y - hb->height + 5 - html->yoffset; - area.width = hb->width + 2; + area.width = hb->width; area.height = hb->height; clear_area(html, &area); gdk_gc_set_background(gc, &widget->style->base[GTK_STATE_NORMAL]);