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;
|
||||
|
||||
case CONTENT_MSG_ERROR:
|
||||
case CONTENT_MSG_ERRORCODE:
|
||||
|
||||
/* clean up after ourselves */
|
||||
if (c == bw->favicon.loading) {
|
||||
|
|
Loading…
Reference in New Issue