diff src/gtkimhtml.c @ 7961:aca39f227ea0

[gaim-migrate @ 8638] if anyone reading this is not familliar with the concept of a "teleshot", IM me immediately Happy Birthday Jon committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 31 Dec 2003 07:03:18 +0000
parents 959ae45dd0c5
children d9e831876c28
line wrap: on
line diff
--- a/src/gtkimhtml.c	Wed Dec 31 04:37:12 2003 +0000
+++ b/src/gtkimhtml.c	Wed Dec 31 07:03:18 2003 +0000
@@ -2527,7 +2527,6 @@
 		}
 		gtk_text_iter_forward_char(&iter);
 	}
-	closers = g_list_reverse(closers);
 	while (closers) {
 		GtkIMHtmlFormatSpan *span = (GtkIMHtmlFormatSpan*)closers->data;
 		str = g_string_append(str, span->end_tag);