]> git.0d.be Git - empathy.git/commitdiff
set notifications-focus to true by default
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 29 Nov 2012 10:57:41 +0000 (11:57 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 29 Nov 2012 10:57:41 +0000 (11:57 +0100)
By default most users wants to know if they are highlighted in a chat room.

https://bugzilla.gnome.org/show_bug.cgi?id=689122

data/org.gnome.Empathy.gschema.xml

index 528a7c27e93c744fd3413afc27c2b490f54e432f..9267cf848fd685fb684c76aacd7a5e6922ddb3c6 100644 (file)
@@ -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>