summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/app.c b/src/app.c
index 3b4c24f0..73cc35ee 100644
--- a/src/app.c
+++ b/src/app.c
@@ -2791,12 +2791,6 @@ iBool handleCommand_App(const char *cmd) {
2791 setRedirectCount_DocumentWidget(doc, redirectCount); 2791 setRedirectCount_DocumentWidget(doc, redirectCount);
2792 setOrigin_DocumentWidget(doc, origin); 2792 setOrigin_DocumentWidget(doc, origin);
2793 showCollapsed_Widget(findWidget_App("document.progress"), iFalse); 2793 showCollapsed_Widget(findWidget_App("document.progress"), iFalse);
2794 if (prefs_App()->decodeUserVisibleURLs) {
2795 urlDecodePath_String(url);
2796 }
2797 else {
2798 urlEncodePath_String(url);
2799 }
2800 setUrlFlags_DocumentWidget(doc, url, 2794 setUrlFlags_DocumentWidget(doc, url,
2801 isHistory ? useCachedContentIfAvailable_DocumentWidgetSetUrlFlag : 0); 2795 isHistory ? useCachedContentIfAvailable_DocumentWidgetSetUrlFlag : 0);
2802 /* Optionally, jump to a text in the document. This will only work if the document 2796 /* Optionally, jump to a text in the document. This will only work if the document