diff options
Diffstat (limited to 'libdino/data/dino.gschema.xml')
-rw-r--r-- | libdino/data/dino.gschema.xml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libdino/data/dino.gschema.xml b/libdino/data/dino.gschema.xml deleted file mode 100644 index 7d1e82fd..00000000 --- a/libdino/data/dino.gschema.xml +++ /dev/null @@ -1,25 +0,0 @@ -<schemalist> - <schema id="org.dino-im" path="/org/dino-im/" gettext-domain="dino"> - - <key name="send-typing" type="b"> - <default>true</default> - <summary>Whether to send typing notifications</summary> - </key> - - <key name="send-marker" type="b"> - <default>true</default> - <summary>Whether to confirm that a message was received or read</summary> - </key> - - <key name="notifications" type="b"> - <default>true</default> - <summary>Whether to get notifications</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> |