diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2780,8 +2780,7 @@ iBool handleCommand_App(const char *cmd) { | |||
2780 | urlEncodePath_String(url); | 2780 | urlEncodePath_String(url); |
2781 | } | 2781 | } |
2782 | setUrlFlags_DocumentWidget(doc, url, | 2782 | setUrlFlags_DocumentWidget(doc, url, |
2783 | (isHistory ? useCachedContentIfAvailable_DocumentWidgetSetUrlFlag : 0) | | 2783 | isHistory ? useCachedContentIfAvailable_DocumentWidgetSetUrlFlag : 0); |
2784 | (fromSidebar ? openedFromSidebar_DocumentWidgetSetUrlFlag : 0)); | ||
2785 | /* Optionally, jump to a text in the document. This will only work if the document | 2784 | /* Optionally, jump to a text in the document. This will only work if the document |
2786 | is already available, e.g., it's from "about:" or restored from cache. */ | 2785 | is already available, e.g., it's from "about:" or restored from cache. */ |
2787 | const iRangecc gotoHeading = range_Command(cmd, "gotoheading"); | 2786 | const iRangecc gotoHeading = range_Command(cmd, "gotoheading"); |