# HG changeset patch # User Tim Ringenbach # Date 1112833764 0 # Node ID ccd157c17483d109e822be14bffa22bcca4a146d # Parent dddaac60f963de54039ed15cd4f4ac07e9dd552d [gaim-migrate @ 12426] oops, this fixes it so i can see my own bgcolor. before it wasn't looking if you didn't have any other tags... I'm not infite looping. Sean,or someone who is, might want to check line 579: while (gtk_text_iter_in_range(&cur, &start, &end)) { specificly check if start ever equals end, that would be bad. diff -r dddaac60f963 -r ccd157c17483 src/gtkimhtml.c --- a/src/gtkimhtml.c Tue Apr 05 21:13:33 2005 +0000 +++ b/src/gtkimhtml.c Thu Apr 07 00:29:24 2005 +0000 @@ -2487,6 +2487,8 @@ case 35: /* BODY */ break; case 36: /* /BODY */ + gtk_text_buffer_insert(imhtml->text_buffer, iter, ws, wpos); + ws[0] = '\0'; wpos = 0; gtk_imhtml_toggle_background(imhtml, NULL); break; case 37: /* FONT */