GNOME Bugzilla – Bug 91198
Background color gets stuck on applets
Last modified: 2004-12-22 21:47:04 UTC
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=71797 If you set a background color, then switch to background image, applets can get a "stuck" color.
The problem is that none of the applets actually handle pixmap backgrounds ... but there's no point in forcing them to copy from the window if there's no pixmap actually rendered ... I've committed this: 2002-09-12 Mark McLoughlin <mark@skynet.ie> * panel-applet-frame.c: (panel_applet_frame_get_background_string): if we haven't actually rendered a pixmap background then just pretend this is the default background. Fixes #91198.