diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-27 17:54:38 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-27 17:54:38 +0000 |
commit | 5eacdafe79b709a08c38b26de414cf9f30fd6dd8 (patch) | |
tree | 96a2a083e216a698f38a888fdd12b209168a7802 | |
parent | a40a9403bf5b7dac060bf7220a901327d781738d (diff) |
Logger: read the right schemanext-after-gdbus
-rw-r--r-- | telepathy-logger/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/conf.c b/telepathy-logger/conf.c index 888114dea..d98cae9c4 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) |