aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-11-29 18:57:41 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-11-29 18:57:41 +0800
commit20119b254b286ee19320687bebd9483cbb5cdb29 (patch)
tree0ecd8e1d521103e1718099d0ffe09aebc8c23ef5
parenta89694c6ae1a7b28552c0db8d6a240970b6d1e28 (diff)
downloadgsoc2013-empathy-20119b254b286ee19320687bebd9483cbb5cdb29.tar
gsoc2013-empathy-20119b254b286ee19320687bebd9483cbb5cdb29.tar.gz
gsoc2013-empathy-20119b254b286ee19320687bebd9483cbb5cdb29.tar.bz2
gsoc2013-empathy-20119b254b286ee19320687bebd9483cbb5cdb29.tar.lz
gsoc2013-empathy-20119b254b286ee19320687bebd9483cbb5cdb29.tar.xz
gsoc2013-empathy-20119b254b286ee19320687bebd9483cbb5cdb29.tar.zst
gsoc2013-empathy-20119b254b286ee19320687bebd9483cbb5cdb29.zip
set notifications-focus to true by default
By default most users wants to know if they are highlighted in a chat room. https://bugzilla.gnome.org/show_bug.cgi?id=689122
-rw-r--r--data/org.gnome.Empathy.gschema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.gnome.Empathy.gschema.xml b/data/org.gnome.Empathy.gschema.xml
index 528a7c27e..9267cf848 100644
--- a/data/org.gnome.Empathy.gschema.xml
+++ b/data/org.gnome.Empathy.gschema.xml
@@ -144,7 +144,7 @@ present them to the user immediately.</description>
<description>Whether to show popup notifications when away or busy.</description>
</key>
<key name="notifications-focus" type="b">
- <default>false</default>
+ <default>true</default>
<summary>Pop up notifications if the chat isn't focused</summary>
<description>Whether to show a popup notification when receiving a new message even if the chat is already opened, but not focused.</description>
</key>