From dbbe5e39d069196aa17951b12575492cfa8c7976 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Sun, 12 Mar 2017 14:42:04 +0100 Subject: Automatically compile and use gsettings schema --- libdino/data/dino.gschema.xml | 15 +++++++++++++++ libdino/data/settings.gschema.xml | 15 --------------- 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 libdino/data/dino.gschema.xml delete mode 100644 libdino/data/settings.gschema.xml (limited to 'libdino/data') 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 @@ + + + + + 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/libdino/data/settings.gschema.xml b/libdino/data/settings.gschema.xml deleted file mode 100644 index f3d342cf..00000000 --- a/libdino/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