config: fetch_gravatars -> fetch_avatars

This commit is contained in:
Hylke Bons 2012-07-14 13:23:46 +02:00
parent da38caef60
commit 0a6caa7ef8

View file

@ -693,7 +693,7 @@ namespace SparkleShare {
public string GetAvatar (string email, int size) public string GetAvatar (string email, int size)
{ {
string fetch_gravatars_option = this.config.GetConfigOption ("fetch_gravatars"); string fetch_gravatars_option = this.config.GetConfigOption ("fetch_avatars");
if (fetch_gravatars_option != null && if (fetch_gravatars_option != null &&
fetch_gravatars_option.Equals (bool.FalseString)) { fetch_gravatars_option.Equals (bool.FalseString)) {