diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-05 22:48:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 16:45:04 +0800 |
commit | 5b029371a79ba91901cf88f7362f86632e94e223 (patch) | |
tree | 829ec56ae6de17472a3dcf96306d5f280d3b10ac /libempathy/empathy-gsettings.h | |
parent | dbf13d34105beedc112b8d6005c0b8ff0646aa0f (diff) | |
download | gsoc2013-empathy-5b029371a79ba91901cf88f7362f86632e94e223.tar gsoc2013-empathy-5b029371a79ba91901cf88f7362f86632e94e223.tar.gz gsoc2013-empathy-5b029371a79ba91901cf88f7362f86632e94e223.tar.bz2 gsoc2013-empathy-5b029371a79ba91901cf88f7362f86632e94e223.tar.lz gsoc2013-empathy-5b029371a79ba91901cf88f7362f86632e94e223.tar.xz gsoc2013-empathy-5b029371a79ba91901cf88f7362f86632e94e223.tar.zst gsoc2013-empathy-5b029371a79ba91901cf88f7362f86632e94e223.zip |
Add option to disable displaying events in the notif area (#585914)
Diffstat (limited to 'libempathy/empathy-gsettings.h')
-rw-r--r-- | libempathy/empathy-gsettings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-gsettings.h b/libempathy/empathy-gsettings.h index ca6dc0f22..126936e11 100644 --- a/libempathy/empathy-gsettings.h +++ b/libempathy/empathy-gsettings.h @@ -65,6 +65,7 @@ G_BEGIN_DECLS #define EMPATHY_PREFS_UI_SCHEMA EMPATHY_PREFS_SCHEMA ".ui" #define EMPATHY_PREFS_UI_SEPARATE_CHAT_WINDOWS "separate-chat-windows" +#define EMPATHY_PREFS_UI_EVENTS_NOTIFY_AREA "events-notify-area" #define EMPATHY_PREFS_UI_MAIN_WINDOW_HIDDEN "main-window-hidden" #define EMPATHY_PREFS_UI_AVATAR_DIRECTORY "avatar-directory" #define EMPATHY_PREFS_UI_SHOW_AVATARS "show-avatars" |