diff options
author | Marvin W <git@larma.de> | 2017-03-10 19:34:56 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-10 19:50:34 +0100 |
commit | 29ca70a6d534e1cd79963718c793ae740318cff1 (patch) | |
tree | 295bc0a88b9f31f103bc970fbdcd2d940d6c83e2 /client/data/settings.gschema.xml | |
parent | cf51e1dee22273366700c41a185c4bea343dddfe (diff) | |
download | dino-29ca70a6d534e1cd79963718c793ae740318cff1.tar.gz dino-29ca70a6d534e1cd79963718c793ae740318cff1.zip |
Initial plugin system
Diffstat (limited to 'client/data/settings.gschema.xml')
-rw-r--r-- | client/data/settings.gschema.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/client/data/settings.gschema.xml b/client/data/settings.gschema.xml deleted file mode 100644 index f3d342cf..00000000 --- a/client/data/settings.gschema.xml +++ /dev/null @@ -1,15 +0,0 @@ -<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 |