summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 0d0f66de..15eb96a9 100644
--- a/src/app.c
+++ b/src/app.c
@@ -904,6 +904,7 @@ iBool handleCommand_App(const char *cmd) {
904 setText_InputWidget(findChild_Widget(dlg, "prefs.proxy.gopher"), 904 setText_InputWidget(findChild_Widget(dlg, "prefs.proxy.gopher"),
905 schemeProxy_App(range_CStr("gopher"))); 905 schemeProxy_App(range_CStr("gopher")));
906 setCommandHandler_Widget(dlg, handlePrefsCommands_); 906 setCommandHandler_Widget(dlg, handlePrefsCommands_);
907 postCommand_App("focus.set id:prefs.downloads");
907 } 908 }
908 else if (equal_Command(cmd, "navigate.home")) { 909 else if (equal_Command(cmd, "navigate.home")) {
909 /* TODO: Look for bookmarks tagged homepage, or use the URL set in Preferences. */ 910 /* TODO: Look for bookmarks tagged homepage, or use the URL set in Preferences. */