# HG changeset patch # User Sean Egan # Date 1112410937 0 # Node ID 97a7d3f9f0c6a78fc8c96c1a22560e00fcf69902 # Parent 3e4991079b2f28fbda76e6a6aa686b39c3a68465 [gaim-migrate @ 12374] I think I want this too. If a buffer is editable, we color the entire window. I'm pretty sure this makes sense, but I'm afriad it might break things in I'm not thinking about. committer: Tailor Script diff -r 3e4991079b2f -r 97a7d3f9f0c6 src/gtkimhtml.c --- a/src/gtkimhtml.c Sat Apr 02 02:34:24 2005 +0000 +++ b/src/gtkimhtml.c Sat Apr 02 03:02:17 2005 +0000 @@ -551,7 +551,7 @@ &redraw_rect.x, &redraw_rect.y); - if (GTK_IMHTML(widget)->wbfo) { + if (GTK_IMHTML(widget)->editable || GTK_IMHTML(widget)->wbfo) { gdk_color_parse(GTK_IMHTML(widget)->edit.backcolor, &color); gdk_gc_set_rgb_fg_color(gc, &color); gdk_draw_rectangle(event->window,