diff options
-rw-r--r-- | data/org.gnome.Empathy.gschema.xml | 2 |
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> |