mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
Yeah, so it helps if you get the conditional correct.
svn path=/trunk/netsurf/; revision=9859
This commit is contained in:
parent
5b0ad574b6
commit
aba82a97af
@ -190,7 +190,7 @@ void favicon_callback(content_msg msg, struct content *icon,
|
||||
if (icon->type == *type)
|
||||
break;
|
||||
|
||||
if (*type != CONTENT_UNKNOWN) {
|
||||
if (*type == CONTENT_UNKNOWN) {
|
||||
c->data.html.favicon = 0;
|
||||
LOG(("%s is not a favicon", icon->url));
|
||||
content_add_error(c, "NotFavIco", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user