diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-01 07:34:34 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-01 07:34:34 +0300 |
commit | b264791f65730b5e6c2414415cc4f4f1cb9253d8 (patch) | |
tree | e8a7a6bad592ad67aa0e9df1c2f22713e7720e35 /src/ui/documentwidget.c | |
parent | 646dfccf647967c780e7470dfd7349c71a6ebac7 (diff) |
Using Canonical URLs
Diffstat (limited to 'src/ui/documentwidget.c')
-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, |