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 412596 - Setting the colour scheme property of GtkSettings has no affect
Setting the colour scheme property of GtkSettings has no affect
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-02-27 11:34 UTC by Thomas Wood
Modified: 2007-03-01 06:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case to reproduce the bug (581 bytes, text/plain)
2007-02-27 11:35 UTC, Thomas Wood
Details

Description Thomas Wood 2007-02-27 11:34:02 UTC
Setting the gtk-color-scheme property of GtkSettings when a theme with symbolic colours is in use has no affect on the colours in the application's windows.
Comment 1 Thomas Wood 2007-02-27 11:35:01 UTC
Created attachment 83453 [details]
Test case to reproduce the bug
Comment 2 Matthias Clasen 2007-03-01 06:55:47 UTC
2007-03-01  Matthias Clasen <mclasen@redhat.com>

        * gtk/gtksettings.c: Always store gtk-color-scheme
        values from all sources in the ColorSchemeData struct
        and ignore the property_value for gtk-color-scheme.
        This fixes #412596, reported by Thomas Wood.