summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorgm10 <[email protected]>2019-07-27 11:23:47 +0200
committerraveit65 <[email protected]>2019-07-27 16:06:03 +0200
commit962c75b3cf9d301227d7f584fa913ef21f28bd78 (patch)
tree7d9a47ed60e2f4af09011eab67d64700bd82d57f /data
parentf7eb962919d338d2b64efb197eeb997ecf5770a2 (diff)
downloadmate-settings-daemon-962c75b3cf9d301227d7f584fa913ef21f28bd78.tar.bz2
mate-settings-daemon-962c75b3cf9d301227d7f584fa913ef21f28bd78.tar.xz
Change media-keys volume-step default from 6 to 5 in the gschema and use only that instead of a redundant constant in the code.
Diffstat (limited to 'data')
-rw-r--r--data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
index 9677b6a..866fbf7 100644
--- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
+++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
@@ -16,7 +16,7 @@
<description>Priority to use for this plugin in mate-settings-daemon startup queue</description>
</key>
<key name="volume-step" type="i">
- <default>6</default>
+ <default>5</default>
<summary>Volume step</summary>
<description>Volume step as percentage of volume.</description>
</key>