Mercurial > pidgin.yaz
changeset 10768:97a7d3f9f0c6
[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 <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 02 Apr 2005 03:02:17 +0000 |
parents | 3e4991079b2f |
children | 62fde478eb13 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,