summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-06-29 10:32:37 +0100
committerRichard Hughes <richard@hughsie.com>2012-06-29 12:56:07 +0100
commit6c6fc0363393abb4fd69dd0cbe0bf88431b32a51 (patch)
tree66c6da8613662008efd6f2da7d29f608c67cfbfd /data
parent91f8f01fc65d7f11966862c4e35d44bd63e6316c (diff)
downloadgnome-settings-daemon-6c6fc0363393abb4fd69dd0cbe0bf88431b32a51.tar.gz
updates: Remove the connection-use-wifi key, it's not enabled or available in the GUI
And Allan says it's insane...
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
index ff5891dc..244673d4 100644
--- a/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.updates.gschema.xml.in.in
@@ -15,15 +15,10 @@
<_summary>Use mobile broadband connections</_summary>
<_description>Use mobile broadband connections such as GSM and CDMA to check for updates.</_description>
</key>
- <key name="connection-use-wifi" type="b">
- <default>true</default>
- <_summary>Use WiFi connections</_summary>
- <_description>Use WiFi (wireless LAN) connections to check for updates. It may be faster to download packages when on a wired connection, and the VPN or proxy required may also only be available on wired connections.</_description>
- </key>
<key name="auto-download-updates" type="b">
<default>false</default>
<_summary>Automatically download updates in the background without confirmation</_summary>
- <_description>Automatically download updates in the background without confirmation. Updates will be auto-downloaded when using wired network connnections, and also WiFi if 'connection-use-wifi' is enabled and mobile broadband if 'connection-use-mobile' is enabled.</_description>
+ <_description>Automatically download updates in the background without confirmation. Updates will be auto-downloaded when using wired network connnections, and mobile broadband if 'connection-use-mobile' is enabled.</_description>
</key>
<key name="auto-update-type" enum="org.gnome.settings-daemon.GsdUpdateType">
<default>'security'</default>