diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-13 17:32:00 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-08-17 18:34:20 +0800 |
commit | 62f67957957bd4616bd2b8371cdf37cb3ef8c972 (patch) | |
tree | 23be9e7de01f5183bea63ce737f0e6e0d4a8128d /libempathy | |
parent | 7abe2062d5933836bf6d3eb5de28179bf3aa4a64 (diff) | |
download | gsoc2013-empathy-62f67957957bd4616bd2b8371cdf37cb3ef8c972.tar gsoc2013-empathy-62f67957957bd4616bd2b8371cdf37cb3ef8c972.tar.gz gsoc2013-empathy-62f67957957bd4616bd2b8371cdf37cb3ef8c972.tar.bz2 gsoc2013-empathy-62f67957957bd4616bd2b8371cdf37cb3ef8c972.tar.lz gsoc2013-empathy-62f67957957bd4616bd2b8371cdf37cb3ef8c972.tar.xz gsoc2013-empathy-62f67957957bd4616bd2b8371cdf37cb3ef8c972.tar.zst gsoc2013-empathy-62f67957957bd4616bd2b8371cdf37cb3ef8c972.zip |
add preference to disable logging (#567858)
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-gsettings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index 126936e11..21d08ed5d 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -89,6 +89,9 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_ACCOUNTS_SCHEMA EMPATHY_PREFS_SCHEMA ".accounts" +#define EMPATHY_PREFS_LOGGER_SCHEMA "org.freedesktop.Telepathy.Logger" +#define EMPATHY_PREFS_LOGGER_ENABLED "enabled" + G_END_DECLS #endif /* __EMPATHY_GSETTINGS_H__ */ |