mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
Browser favicon: Handle errorcode in the hlcache callback.
This commit is contained in:
parent
771fe0d44c
commit
7385f74141
@ -1094,6 +1094,7 @@ browser_window_favicon_callback(hlcache_handle *c,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case CONTENT_MSG_ERROR:
|
case CONTENT_MSG_ERROR:
|
||||||
|
case CONTENT_MSG_ERRORCODE:
|
||||||
|
|
||||||
/* clean up after ourselves */
|
/* clean up after ourselves */
|
||||||
if (c == bw->favicon.loading) {
|
if (c == bw->favicon.loading) {
|
||||||
|
Loading…
Reference in New Issue
Block a user