changeset 853:050f244b6829

[gaim-migrate @ 863] i'm tired committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 07 Sep 2000 06:55:33 +0000
parents 836d5a02a35c
children 9e2dcad06d3c
files src/gtkhtml.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkhtml.c	Thu Sep 07 06:03:15 2000 +0000
+++ b/src/gtkhtml.c	Thu Sep 07 06:55:33 2000 +0000
@@ -2912,15 +2912,11 @@
 		g_free(text);
 		count--;
 		if (!count) {
+			/* FIXME : sometimes we need to add newline, sometimes we don't */
 			hbits = g_list_last(html->html_bits);
 			if (!hbits) return; /* does this ever happen? */
 			hb = (GtkHtmlBit *)hbits->data;
 			hb->newline++;
-			if (html->current_x > 0)
-				html->current_x = 0;
-			else
-				html->current_y += cfont->ascent + cfont->descent + 5;
-			return;
 		}
 		return;
 	}