changeset 1528:b0f8f1865419

[gaim-migrate @ 1538] fix resize redraw committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 03 Mar 2001 07:04:22 +0000
parents 11977dd0fd29
children e2f256502345
files src/gtkimhtml.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sat Mar 03 06:58:43 2001 +0000
+++ b/src/gtkimhtml.c	Sat Mar 03 07:04:22 2001 +0000
@@ -634,11 +634,6 @@
 		return;
 	}
 
-	imhtml->x = BORDER_SIZE;
-	imhtml->y = BORDER_SIZE + 10;
-	imhtml->llheight = 0;
-	imhtml->llascent = 0;
-
 	imhtml->xsize = allocation->width;
 
 	gtk_imhtml_redraw_all (imhtml);