# HG changeset patch # User Tim Ringenbach # Date 1112833764 0 # Node ID 7638c282b1d3de131228f57d132a2483ff38a0cf # Parent 4a2f361f49b944d87c9647514b5dc4461f3afa4c [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. committer: Tailor Script diff -r 4a2f361f49b9 -r 7638c282b1d3 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 */