summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-11-29 11:57:41 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-11-29 11:57:41 +0100
commit20119b254b286ee19320687bebd9483cbb5cdb29 (patch)
tree0ecd8e1d521103e1718099d0ffe09aebc8c23ef5 /data
parenta89694c6ae1a7b28552c0db8d6a240970b6d1e28 (diff)
downloadtelepathy-account-widgets-20119b254b286ee19320687bebd9483cbb5cdb29.tar.gz
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
Diffstat (limited to 'data')
-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 528a7c27..9267cf84 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>