summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-27 17:10:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-03-27 17:33:35 +0000
commitb9b999693665e5c06f55fc24594339537a1c2934 (patch)
tree98260df7564d193a990edaa12db6fffd8963804b /data
parent0d88f0a525e9ac1b9dd9c861e0f9f84884fddc0d (diff)
Logger: rename schema to be parallel-installable
The schema ID already didn't correspond to the path.
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
-rw-r--r--data/im.telepathy.v1.Logger.gschema.xml.in (renamed from data/org.freedesktop.Telepathy.Logger.gschema.xml.in)2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a675e9a3f..c7481746c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,7 @@
if ENABLE_LOGGER
gsettings_files = \
- org.freedesktop.Telepathy.Logger.gschema.xml.in \
+ im.telepathy.v1.Logger.gschema.xml.in \
$(NULL)
gsettings_SCHEMAS = $(gsettings_files:.xml.in=.xml)
@INTLTOOL_XML_NOMERGE_RULE@
diff --git a/data/org.freedesktop.Telepathy.Logger.gschema.xml.in b/data/im.telepathy.v1.Logger.gschema.xml.in
index ca39e36b9..69fdd12c0 100644
--- a/data/org.freedesktop.Telepathy.Logger.gschema.xml.in
+++ b/data/im.telepathy.v1.Logger.gschema.xml.in
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="org.freedesktop.Telepathy.Logger" path="/apps/telepathy-logger/">
+ <schema id="im.telepathy.v1.Logger" path="/apps/telepathy-logger/">
<key name="enabled" type="b">
<default>true</default>
<_summary>Enable logging</_summary>