[Commits] [SCM] claws branch, master, updated. 3.9.3-160-g5a17be4
colin at claws-mail.org
colin at claws-mail.org
Sat May 3 15:54:36 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 5a17be4e9c4d338af21d62892e2c6572dbad9af5 (commit)
from a818718651ecb9621f0e0f18c7fdf9bd987229df (commit)
- Log -----------------------------------------------------------------
commit 5a17be4e9c4d338af21d62892e2c6572dbad9af5
Author: Colin Leroy <colin at colino.net>
Date: Sat May 3 15:53:53 2014 +0200
Make federated_url_for_address() return the same thing whether a
MISSING url is cached or not, and let caller choose the default in
this case.
diff --git a/src/plugins/libravatar/libravatar_federation.c b/src/plugins/libravatar/libravatar_federation.c
index d35aa9b..f84e629 100644
--- a/src/plugins/libravatar/libravatar_federation.c
+++ b/src/plugins/libravatar/libravatar_federation.c
@@ -106,7 +106,7 @@ gchar *federated_url_for_address(const gchar *address)
if (url != NULL) {
g_free(addr);
if (!strcmp(url, MISSING)) {
- return g_strdup(libravatarprefs.base_url);
+ return NULL;
}
return g_strdup(url);
}
-----------------------------------------------------------------------
Summary of changes:
src/plugins/libravatar/libravatar_federation.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list