summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in')
-rw-r--r--data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in
index 0cff9345..68d9bd68 100644
--- a/data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in
@@ -1,11 +1,11 @@
<schemalist>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.housekeeping" path="/apps/gnome-settings-daemon/plugins/housekeeping/">
- <key name="free-percent-notify" type="f">
+ <key name="free-percent-notify" type="d">
<default>0.05</default>
<_summary>Free percentage notify threshold</_summary>
<_description>Percentage free space threshold for initial warning of low disk space. If the percentage free space drops below this, a warning will be shown.</_description>
</key>
- <key name="free-percent-notify-again" type="f">
+ <key name="free-percent-notify-again" type="d">
<default>0.01</default>
<_summary>Subsequent free percentage notify threshold</_summary>
<_description>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</_description>