After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 94610 - Settings set from RC files not reset
Settings set from RC files not reset
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.1.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-10-01 16:26 UTC by Owen Taylor
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2002-10-01 16:26:14 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().
Comment 1 Owen Taylor 2002-10-02 14:30:39 UTC
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.
Comment 2 padraig.obriain 2002-10-26 11:18:38 UTC
*** Bug 92852 has been marked as a duplicate of this bug. ***