[next] telepathy-glib: Logger: read the right schema

Simon McVittie smcv at kemper.freedesktop.org
Thu Mar 27 12:59:54 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 5eacdafe79b709a08c38b26de414cf9f30fd6dd8
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=5eacdafe79b709a08c38b26de414cf9f30fd6dd8

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Thu Mar 27 17:54:38 2014 +0000

Logger: read the right schema

---

 telepathy-logger/conf.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c
index 888114d..d98cae9 100644
--- a/telepathy-logger/conf.c
+++ b/telepathy-logger/conf.c
@@ -32,7 +32,7 @@
 
 #define GET_PRIV(o)     (G_TYPE_INSTANCE_GET_PRIVATE ((o), TPL_TYPE_CONF, TplConfPriv))
 
-#define GSETTINGS_SCHEMA "org.freedesktop.Telepathy.Logger"
+#define GSETTINGS_SCHEMA "im.telepathy.v1.Logger"
 #define KEY_ENABLED "enabled"
 
 G_DEFINE_TYPE (TplConf, _tpl_conf, G_TYPE_OBJECT)



More information about the telepathy-commits mailing list