summaryrefslogtreecommitdiff
path: root/desktop/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/browser.h')
-rw-r--r--desktop/browser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index e990f1173..8ad261296 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -79,6 +79,8 @@ struct browser_window {
struct hlcache_handle *current_favicon;
/** handle for favicon which we started loading early */
struct hlcache_handle *loading_favicon;
+ /** favicon fetch already failed - prevents infinite error looping */
+ bool failed_favicon;
/** Window history structure. */
struct history *history;