[gsettings-desktop-schemas/mcatanzaro/use-same-proxy: 23/23] Fix description of use-same-proxy setting




commit 493476f8030e1aa95e7b1fd4d1eff20385eb98eb
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Fri Jun 25 14:51:18 2021 -0500

    Fix description of use-same-proxy setting
    
    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

 schemas/org.gnome.system.proxy.gschema.xml.in | 4 ++--
 1 file 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]