summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-04 16:19:10 +0200
committerStefano Karapetsas <[email protected]>2012-10-04 16:19:10 +0200
commit5191d24d7245551677c35a3cffed5701fd9c59e5 (patch)
tree7a3044595c9ffc87cb15a20caf1471e9eb0388ba /schemas
parentd733605e0b5c4a83deef028454a5fdfa46b322bc (diff)
downloadmate-desktop-5191d24d7245551677c35a3cffed5701fd9c59e5.tar.bz2
mate-desktop-5191d24d7245551677c35a3cffed5701fd9c59e5.tar.xz
add missing key in gsettings schema
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.mate.interface.gschema.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/schemas/org.mate.interface.gschema.xml b/schemas/org.mate.interface.gschema.xml
index e009984..61e7cd6 100644
--- a/schemas/org.mate.interface.gschema.xml
+++ b/schemas/org.mate.interface.gschema.xml
@@ -75,6 +75,11 @@
<summary>Gtk+ Theme</summary>
<description>Basename of the default theme used by gtk+.</description>
</key>
+ <key name="gtk-color-scheme" type="s">
+ <default>''</default>
+ <summary>List of symbolic names and color equivalents</summary>
+ <description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</description>
+ </key>
<key name="font-name" type="s">
<default>'Sans 10'</default>
<summary>Default font</summary>
@@ -118,7 +123,7 @@
<key name="file-chooser-backend" type="s">
<default>'gio'</default>
<summary>Module for GtkFileChooser</summary>
- <description>Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio", "mate-vfs" and "gtk+".</description>
+ <description>Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio" and "gtk+".</description>
</key>
<key name="menubar-accel" type="s">
<default>'F10'</default>