summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2021-06-25 14:51:18 -0500
committerBastien Nocera <hadess@hadess.net>2021-08-25 13:34:30 +0000
commit493476f8030e1aa95e7b1fd4d1eff20385eb98eb (patch)
tree054401c716ff623a1c3d327ff0d1d227aaeeeb00
parentd45dbf4f98763b96b1661b103f59350fd8c5f0d0 (diff)
downloadgsettings-desktop-schemas-mcatanzaro/use-same-proxy.tar.gz
Fix description of use-same-proxy settingmcatanzaro/use-same-proxy
Since 6cfbb00ac09e586a819181e7e39270569bb10a5a this setting is supposedly unused, but in fact it has always been used. My archeology has failed to turn up a reason for it to have been documented as unused. I intend to remove all these settings eventually, because they are in the wrong place, but in the meantime we might as well document them properly. Related: glib#2291
-rw-r--r--schemas/org.gnome.system.proxy.gschema.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/schemas/org.gnome.system.proxy.gschema.xml.in b/schemas/org.gnome.system.proxy.gschema.xml.in
index edaf0aa..b73cb39 100644
--- a/schemas/org.gnome.system.proxy.gschema.xml.in
+++ b/schemas/org.gnome.system.proxy.gschema.xml.in
@@ -53,9 +53,9 @@
</key>
<key name="use-same-proxy" type="b">
<default>true</default>
- <summary>Unused; ignore</summary>
+ <summary>Use HTTP proxy for all protocols</summary>
<description>
- This key is not used, and should not be read or modified.
+ Whether to use the HTTP proxy for all protocols or not.
</description>
</key>
</schema>