diff options
author | gm10 <[email protected]> | 2019-07-27 11:23:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-27 16:06:03 +0200 |
commit | 962c75b3cf9d301227d7f584fa913ef21f28bd78 (patch) | |
tree | 7d9a47ed60e2f4af09011eab67d64700bd82d57f /data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | |
parent | f7eb962919d338d2b64efb197eeb997ecf5770a2 (diff) | |
download | mate-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/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in | 2 |
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> |