GNOME Bugzilla – Bug 94610
Settings set from RC files not reset
Last modified: 2004-12-22 21:47:04 UTC
If you set a setting from an RC file, it "sticks" and isn't reset when you reload the RC files... gtksettings.c needs an equivalent of _gtk_binding_reset_parsed(). And probably variant of gtk_settings_set_property_value that indicates that the setting comes from an RC property so that it should be reset with reset_parsed().
Wed Oct 2 08:47:31 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtksettings.[ch]: Privately export: _gtk_settings_set_property_value_from_rc() _gtk_settings_reset_rc_values() so that we can reset settings set from RC files when reloading RC files. (#94610) * gtk/gtkrc.c: Hook up RC file setting resetting.
*** Bug 92852 has been marked as a duplicate of this bug. ***