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 /data | |
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 'data')
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml.in b/data/org.gnome.Empathy.gschema.xml.in index c5d95fd18..3026116e0 100644 --- a/data/org.gnome.Empathy.gschema.xml.in +++ b/data/org.gnome.Empathy.gschema.xml.in @@ -75,6 +75,12 @@ <_summary>Open new chats in separate windows</_summary> <_description>Always open a separate chat window for new chats.</_description> </key> + <key name="events-notify-area" type="b"> + <default>true</default> + <_summary>Display incoming events in the status area</_summary> + <_description>Display incoming events in the status area. If false +present them right away to the user.</_description> + </key> <key name="chat-window-paned-pos" type="i"> <default>0</default> <_summary>The position for the chat window side pane</_summary> |