On Wed, May 31, 2000 at 08:42:57AM -0700, fman wrote:
> the attachment should be with email.
Hmm. This is probably a result of the same bug I mentioned
yesterday. Try the following :
Change line 1686 of Window.cc from
XSetWindowBackground(display, frame.title, frame.flabel_pixel);
to
XSetWindowBackground(display, frame.label, frame.flabel_pixel);
and line 1696 from
XSetWindowBackground(display, frame.title, frame.ulabel_pixel);
to
XSetWindowBackground(display, frame.label, frame.ulabel_pixel);
Recompile, reinstall, and everything should be wonderful again.
Hope that helps,
Jeff Raven