diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 509933af..6a2173af 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -1638,7 +1638,7 @@ static void updateFromCachedResponse_DocumentWidget_(iDocumentWidget *d, float n | |||
1638 | } | 1638 | } |
1639 | 1639 | ||
1640 | static iBool updateFromHistory_DocumentWidget_(iDocumentWidget *d) { | 1640 | static iBool updateFromHistory_DocumentWidget_(iDocumentWidget *d) { |
1641 | const iRecentUrl *recent = findUrl_History(d->mod.history, canonicalUrl_String(d->mod.url)); | 1641 | const iRecentUrl *recent = findUrl_History(d->mod.history, d->mod.url); |
1642 | if (recent && recent->cachedResponse) { | 1642 | if (recent && recent->cachedResponse) { |
1643 | iChangeFlags(d->flags, | 1643 | iChangeFlags(d->flags, |
1644 | openedFromSidebar_DocumentWidgetFlag, | 1644 | openedFromSidebar_DocumentWidgetFlag, |