summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2017-08-28 11:04:42 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2017-08-28 11:04:42 +0100
commit7385f74141248dfc738b7952fad37c024320673f (patch)
tree2d4c6aef73d5ce91bb67a6e667cc04c54e9a965a
parent771fe0d44c924a05afe9e951669fcdfbb9d56913 (diff)
downloadnetsurf-7385f74141248dfc738b7952fad37c024320673f.tar.gz
netsurf-7385f74141248dfc738b7952fad37c024320673f.tar.bz2
Browser favicon: Handle errorcode in the hlcache callback.
-rw-r--r--desktop/browser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index e7ff158f9..8d57a2ab5 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -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) {