summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-08-01 12:32:20 +0300
committerMonsta <[email protected]>2015-08-01 12:32:20 +0300
commit23c29bd917ffc540970ade7d8cfe057579c285c0 (patch)
tree1da964a0d3454334fa0c52097039cab8ccc614e3
parentd373ea3eadb4a09da7cb1c730ea6d3489bfc67e2 (diff)
downloadmate-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
-rw-r--r--data/mate-notification-daemon.convert1
-rw-r--r--data/org.mate.NotificationDaemon.gschema.xml.in.in5
-rw-r--r--src/daemon/daemon.h1
3 files changed, 0 insertions, 7 deletions
diff --git a/data/mate-notification-daemon.convert b/data/mate-notification-daemon.convert
index 6dba613..9d0eb3a 100644
--- a/data/mate-notification-daemon.convert
+++ b/data/mate-notification-daemon.convert
@@ -2,4 +2,3 @@
popup-location = /apps/mate-notification-daemon/popup_location
theme = /apps/mate-notification-daemon/theme
sound-enabled = /apps/mate-notification-daemon/sound_enabled
-default-sound = /apps/mate-notification-daemon/default_sound
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>
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 6cbb6b3..cfa5d7f 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -35,7 +35,6 @@
#define GSETTINGS_KEY_THEME "theme"
#define GSETTINGS_KEY_POPUP_LOCATION "popup-location"
#define GSETTINGS_KEY_SOUND_ENABLED "sound-enabled"
-#define GSETTINGS_KEY_DEFAULT_SOUND "default-sound"
#define GSETTINGS_KEY_MONITOR_NUMBER "monitor-number"
#define GSETTINGS_KEY_USE_ACTIVE "use-active-monitor"