GNOME Bugzilla – Bug 457969
No way to set NULL color values in the UI
Last modified: 2011-01-09 04:29:16 UTC
Currently the GladeEditorProperty code for GdkColor properties only allows you to set colors, it does not let you "unset" colors by setting a NULL value - since a NULL value is a valid value for the property - its a bug.
Made all GdkColor properties "optional", only if the property is "checked" will it be saved.