[Commits] [SCM] claws branch, master, updated. 3.9.3-100-g4c7ed56

colin at claws-mail.org colin at claws-mail.org
Fri Apr 25 15:45:16 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  4c7ed56f3b9027689df4a979df26c7ff62c7adf0 (commit)
      from  bcb7994183445ea2ae2a2cb6431847ffa6dfc15b (commit)


- Log -----------------------------------------------------------------
commit 4c7ed56f3b9027689df4a979df26c7ff62c7adf0
Author: Colin Leroy <colin at colino.net>
Date:   Fri Apr 25 15:45:05 2014 +0200

    Oups. Fix previous commit.

diff --git a/src/plugins/libravatar/libravatar.c b/src/plugins/libravatar/libravatar.c
index 780e9c9..abb2d9a 100644
--- a/src/plugins/libravatar/libravatar.c
+++ b/src/plugins/libravatar/libravatar.c
@@ -147,8 +147,8 @@ static GtkWidget *image_widget_from_url(const gchar *url, const gchar *md5)
 	}
 	curl_easy_setopt(curl, CURLOPT_URL, url);
 	curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, write_image_data_cb);
-	curl_easy_setopt(eh, CURLOPT_TIMEOUT, prefs_common_get_prefs()->io_timeout_secs);
-	curl_easy_setopt(eh, CURLOPT_NOSIGNAL, 1);
+	curl_easy_setopt(curl, CURLOPT_TIMEOUT, prefs_common_get_prefs()->io_timeout_secs);
+	curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
 
 	filename = cache_name_for_md5(md5);
 	file = fopen(filename, "wb");

-----------------------------------------------------------------------

Summary of changes:
 src/plugins/libravatar/libravatar.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list