mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 08:40:08 +00:00
db986ddc4f
The code is always instantiating this schema at a fixed location, so why is it relocatable? Add a path so that it shows up properly in dconf-editor, and from the gsettings commandline tool.
14 lines
358 B
XML
14 lines
358 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
|
|
<schema id='org.gtk.Settings.ColorChooser' path='/org/gtk/settings/color-chooser/'>
|
|
<key name='custom-colors' type='a(dddd)'>
|
|
<default>[]</default>
|
|
</key>
|
|
<key name='selected-color' type='(bdddd)'>
|
|
<default>(false,1.0,1.0,1.0,1.0)</default>
|
|
</key>
|
|
</schema>
|
|
|
|
</schemalist>
|