diff options
author | Marvin W <git@larma.de> | 2017-03-12 00:55:30 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-12 00:56:57 +0100 |
commit | 00ac82e6484e1ed4507a528414cc3a4233c6e8d1 (patch) | |
tree | 44998e50e045b987c261f0a5924b7314ad10e2a9 /main | |
parent | 766af21d875744342f85ec6739d2e79dee634d86 (diff) | |
download | dino-00ac82e6484e1ed4507a528414cc3a4233c6e8d1.tar.gz dino-00ac82e6484e1ed4507a528414cc3a4233c6e8d1.zip |
Move gsettings schema back to libdino (where it belongs)
Diffstat (limited to 'main')
-rw-r--r-- | main/data/gschemas.compiled | bin | 316 -> 0 bytes | |||
-rw-r--r-- | main/data/settings.gschema.xml | 15 |
2 files changed, 0 insertions, 15 deletions
diff --git a/main/data/gschemas.compiled b/main/data/gschemas.compiled Binary files differdeleted file mode 100644 index 3a010b95..00000000 --- a/main/data/gschemas.compiled +++ /dev/null diff --git a/main/data/settings.gschema.xml b/main/data/settings.gschema.xml deleted file mode 100644 index f3d342cf..00000000 --- a/main/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 |