Load cached icons from http and https

This commit is contained in:
Samuel Creshal 2010-03-13 20:08:40 +01:00 committed by Christian Dywan
parent b10b311b07
commit 6ccfb136cd

View file

@ -1458,7 +1458,7 @@ katze_load_cached_icon (const gchar* uri,
{ {
GdkPixbuf* icon = NULL; GdkPixbuf* icon = NULL;
if (g_str_has_prefix (uri, "http://")) if (g_str_has_prefix (uri, "http://") || g_str_has_prefix (uri,"https://"))
{ {
guint i; guint i;
gchar* icon_uri; gchar* icon_uri;