summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-10-08 16:04:39 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2010-10-08 16:04:39 +0200
commit10df5710773fe9b7d06bf3d1ac207eea1d5bceb9 (patch)
treeb89de1e5b5b42a3fb38e932911ff8f923507e3e3 /data/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml.in.in
parentbed9c95302220e0f5a9ea08888c45497bb6f87ce (diff)
downloadgnome-settings-daemon-10df5710773fe9b7d06bf3d1ac207eea1d5bceb9.tar.gz
Some more fixes to the gschema files
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>