GNOME Bugzilla – Bug 412596
Setting the colour scheme property of GtkSettings has no affect
Last modified: 2007-03-01 06:55:47 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.
Created attachment 83453 [details] Test case to reproduce the bug
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.