diff options
author | Marvin W <git@larma.de> | 2017-03-12 14:42:04 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-12 14:42:04 +0100 |
commit | dbbe5e39d069196aa17951b12575492cfa8c7976 (patch) | |
tree | ba48c4d0204604f689acb97e281dc47d360a6ebf /libdino/data/dino.gschema.xml | |
parent | e8f11178ecc1a333976ba713f532fcae11931b16 (diff) | |
download | dino-dbbe5e39d069196aa17951b12575492cfa8c7976.tar.gz dino-dbbe5e39d069196aa17951b12575492cfa8c7976.zip |
Automatically compile and use gsettings schema
Diffstat (limited to 'libdino/data/dino.gschema.xml')
-rw-r--r-- | libdino/data/dino.gschema.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libdino/data/dino.gschema.xml b/libdino/data/dino.gschema.xml new file mode 100644 index 00000000..f3d342cf --- /dev/null +++ b/libdino/data/dino.gschema.xml @@ -0,0 +1,15 @@ +<schemalist> + <schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino"> + + <key name="send-read" type="b"> + <default>true</default> + <summary>Whether to confirm that a message was received per default</summary> + </key> + + <key name="convert-utf8-smileys" type="b"> + <default>true</default> + <summary>Whether to convert common ascii smileys into unicode</summary> + </key> + + </schema> +</schemalist>
\ No newline at end of file |