Load cached icons from http and https
This commit is contained in:
parent
b10b311b07
commit
6ccfb136cd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue