[evolution] I#793 - Use libravatar instead of gravatar



commit 9f5699c297af6b02db4d504a4fc576cf448e576a
Author: Milan Crha <mcrha redhat com>
Date:   Fri Mar 6 09:47:21 2020 +0100

    I#793 - Use libravatar instead of gravatar
    
    Closes https://gitlab.gnome.org/GNOME/evolution/issues/793

 data/org.gnome.evolution.mail.gschema.xml.in   | 4 ++--
 src/mail/mail-config.ui                        | 2 +-
 src/modules/gravatar/e-gravatar-photo-source.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/org.gnome.evolution.mail.gschema.xml.in b/data/org.gnome.evolution.mail.gschema.xml.in
index 0979a6f77b..dbb2550a86 100644
--- a/data/org.gnome.evolution.mail.gschema.xml.in
+++ b/data/org.gnome.evolution.mail.gschema.xml.in
@@ -340,8 +340,8 @@
     </key>
     <key name="search-gravatar-for-photo" type="b">
       <default>false</default>
-      <_summary>Search gravatar.com for photo of the sender</_summary>
-      <_description>Allow searching also at gravatar.com for photo of the sender.</_description>
+      <_summary>Search libravatar.org for photo of the sender</_summary>
+      <_description>Allow searching also at libravatar.org for photo of the sender.</_description>
     </key>
     <key name="mark-seen" type="b">
       <default>true</default>
diff --git a/src/mail/mail-config.ui b/src/mail/mail-config.ui
index bc81ff6e6a..c880c2bb4a 100644
--- a/src/mail/mail-config.ui
+++ b/src/mail/mail-config.ui
@@ -2854,7 +2854,7 @@
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="search_gravatar">
-                        <property name="label" translatable="yes">Search gra_vatar.com for the photograph of 
sender</property>
+                        <property name="label" translatable="yes">Search libra_vatar.org for the photograph 
of sender</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
diff --git a/src/modules/gravatar/e-gravatar-photo-source.c b/src/modules/gravatar/e-gravatar-photo-source.c
index e401a61e04..1eba1c3660 100644
--- a/src/modules/gravatar/e-gravatar-photo-source.c
+++ b/src/modules/gravatar/e-gravatar-photo-source.c
@@ -24,7 +24,7 @@
        (G_TYPE_INSTANCE_GET_PRIVATE \
        ((obj), E_TYPE_GRAVATAR_PHOTO_SOURCE, EGravatarPhotoSourcePrivate))
 
-#define AVATAR_BASE_URI "https://secure.gravatar.com/avatar/";
+#define AVATAR_BASE_URI "https://seccdn.libravatar.org/avatar/";
 
 struct _EGravatarPhotoSourcePrivate
 {


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