[gitg] preferences-interface: Disable gravatar loading by default Related to: https://bugzilla.gnome.org/sh



commit f0d2a2d29b03a2226dc35ebda551386e886b0516
Author: Gaurav Agrawal <agrawalgaurav1999 gmail com>
Date:   Wed Nov 6 12:55:15 2019 +0000

    preferences-interface: Disable gravatar loading by default
    Related to: https://bugzilla.gnome.org/show_bug.cgi?id=744159

 data/org.gnome.gitg.gschema.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.gitg.gschema.xml.in b/data/org.gnome.gitg.gschema.xml.in
index 2e7020cc..9f816ea8 100644
--- a/data/org.gnome.gitg.gschema.xml.in
+++ b/data/org.gnome.gitg.gschema.xml.in
@@ -58,7 +58,7 @@
       <description>A custom font that will be used for the text widgets. This will only take effect if the 
“Use Default Font” option is turned off.</description>
     </key>
     <key name="use-gravatar" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Use Gravatar</summary>
       <description>
         Enable the use of gravatar to display user avatars.


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