GNOME Bugzilla – Bug 526053
GtkHTML still reads GConf values from /GNOME/Spell
Last modified: 2008-04-06 02:54:27 UTC
GtkHTML is still reading GConf values from /GNOME/Spell even though we've eliminated the dependency on GnomeSpell. I guess GtkHTML needs its own GConf key for the underline color for misspelled words. This will probably have to be fixed on the Evolution side as well, as I think it communicates the user's color preference to GtkHTML through those keys.
Actually no. Evolution needs its own GConf key. GtkHTML just needs a "spell-color" property. This fits in well with what I want to do with GtkHTML's other color properties -- convert them from style properties to GObject properties.
Actually no again. The spell color property is transferred to GtkHTML through a style property (unfortunately). It's the spell check language that's being transferred via /GNOME/Spell/language* keys in GConf. I've already dealt with this in bug #526152, so closing this as a dupe. *** This bug has been marked as a duplicate of 526152 ***