From 00ac82e6484e1ed4507a528414cc3a4233c6e8d1 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sun, 12 Mar 2017 00:55:30 +0100 Subject: Move gsettings schema back to libdino (where it belongs) --- libdino/data/settings.gschema.xml | 15 +++++++++++++++ main/data/gschemas.compiled | Bin 316 -> 0 bytes main/data/settings.gschema.xml | 15 --------------- 3 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 libdino/data/settings.gschema.xml delete mode 100644 main/data/gschemas.compiled delete mode 100644 main/data/settings.gschema.xml diff --git a/libdino/data/settings.gschema.xml b/libdino/data/settings.gschema.xml new file mode 100644 index 00000000..f3d342cf --- /dev/null +++ b/libdino/data/settings.gschema.xml @@ -0,0 +1,15 @@ + + + + + true + Whether to confirm that a message was received per default + + + + true + Whether to convert common ascii smileys into unicode + + + + \ No newline at end of file diff --git a/main/data/gschemas.compiled b/main/data/gschemas.compiled deleted file mode 100644 index 3a010b95..00000000 Binary files a/main/data/gschemas.compiled and /dev/null differ 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 @@ - - - - - true - Whether to confirm that a message was received per default - - - - true - Whether to convert common ascii smileys into unicode - - - - \ No newline at end of file -- cgit v1.2.3-54-g00ecf