diff options
author | Monsta <[email protected]> | 2015-08-01 12:32:20 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-08-01 12:32:20 +0300 |
commit | 23c29bd917ffc540970ade7d8cfe057579c285c0 (patch) | |
tree | 1da964a0d3454334fa0c52097039cab8ccc614e3 /data/org.mate.NotificationDaemon.gschema.xml.in.in | |
parent | d373ea3eadb4a09da7cb1c730ea6d3489bfc67e2 (diff) | |
download | mate-notification-daemon-23c29bd917ffc540970ade7d8cfe057579c285c0.tar.bz2 mate-notification-daemon-23c29bd917ffc540970ade7d8cfe057579c285c0.tar.xz |
removed unused "default-sound" key
fixes https://github.com/mate-desktop/mate-notification-daemon/issues/48
Diffstat (limited to 'data/org.mate.NotificationDaemon.gschema.xml.in.in')
-rw-r--r-- | data/org.mate.NotificationDaemon.gschema.xml.in.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.mate.NotificationDaemon.gschema.xml.in.in b/data/org.mate.NotificationDaemon.gschema.xml.in.in index d6f1857..fc51a77 100644 --- a/data/org.mate.NotificationDaemon.gschema.xml.in.in +++ b/data/org.mate.NotificationDaemon.gschema.xml.in.in @@ -25,10 +25,5 @@ <_summary>Sound Enabled</_summary> <_description>Turns on and off sound support for notifications.</_description> </key> - <key name="default-sound" type="s"> - <default>''</default> - <_summary>Default Sound</_summary> - <_description>The default sound file used unless a notification supplies the 'sound-file' or 'suppress-sound' hint. Leave empty for no default sound.</_description> - </key> </schema> </schemalist> |