diff src/gtkimhtml.c @ 7942:3e268e113bf1

[gaim-migrate @ 8613] Tried to make the about window look nicer/follow the HIG more. Also a small patch from javabsp: This fixes my earlier patch. Sometimes things after hr disappears. This fixes that, and doesn't seem to introduce any issue. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 27 Dec 2003 20:55:55 +0000
parents 3d2c80fa6de5
children 68c3dcba7310
line wrap: on
line diff
--- a/src/gtkimhtml.c	Sat Dec 27 19:39:06 2003 +0000
+++ b/src/gtkimhtml.c	Sat Dec 27 20:55:55 2003 +0000
@@ -1335,8 +1335,9 @@
 					scalable->add_to(scalable, imhtml, &iter);
 					scalable->scale(scalable, rect.width, rect.height);
 					imhtml->scalables = g_list_append(imhtml->scalables, scalable);
-                    ws[0] = '\n';
-                    ws[1] = '\0';
+					wpos = 0;
+					ws[wpos++] = '\n';
+
 					break;
 				case 27:	/* /FONT */
 					if (fonts) {