summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/app.c b/src/app.c
index 2590da0d..eea3689f 100644
--- a/src/app.c
+++ b/src/app.c
@@ -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");