diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/mate-notification-daemon.convert | 1 | ||||
-rw-r--r-- | data/org.mate.NotificationDaemon.gschema.xml.in.in | 5 |
2 files changed, 0 insertions, 6 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> |