[evolution] [mail-notification] Use sound theme by default



commit 9b0d29163c3b174a91a5c2c66688275297927ad3
Author: Milan Crha <mcrha redhat com>
Date:   Thu Apr 11 14:51:58 2019 +0200

    [mail-notification] Use sound theme by default
    
    Instead of defaulting to a plain beep, default to play theme sound
    when a new mail arrives.

 data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in 
b/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in
index 140e9a5bbf..9c49303309 100644
--- a/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in
+++ b/data/org.gnome.evolution.plugin.mail-notification.gschema.xml.in
@@ -26,7 +26,7 @@
       <_description>Whether to make a sound of any kind when new messages arrive.  If “false”, the 
“notify-sound-beep”, “notify-sound-file”, “notify-sound-play-file” and “notify-sound-use-theme” keys are 
disregarded.</_description>
     </key>
     <key name="notify-sound-beep" type="b">
-      <default>true</default>
+      <default>false</default>
       <_summary>Whether to emit a beep.</_summary>
       <_description>Whether to emit a beep when new messages arrive.</_description>
     </key>
@@ -41,7 +41,7 @@
       <_description>Whether to play a sound file when new messages arrive. The name of the sound file is 
given by the “notify-sound-file” key.</_description>
     </key>
     <key name="notify-sound-use-theme" type="b">
-      <default>false</default>
+      <default>true</default>
       <_summary>Use sound theme</_summary>
       <_description>Play themed sound when new messages arrive, if not in beep mode.</_description>
     </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]