diff options
-rw-r--r-- | src/ui/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/root.c b/src/ui/root.c index 7bc26511..adc18870 100644 --- a/src/ui/root.c +++ b/src/ui/root.c | |||
@@ -758,7 +758,7 @@ static iBool handleNavBarCommands_(iWidget *navBar, const char *cmd) { | |||
758 | const iString *urlStr = collect_String(suffix_Command(cmd, "url")); | 758 | const iString *urlStr = collect_String(suffix_Command(cmd, "url")); |
759 | trimCache_App(); | 759 | trimCache_App(); |
760 | trimMemory_App(); | 760 | trimMemory_App(); |
761 | visitUrl_Visited(visited_App(), urlStr, 0); /* TODO: internal URI normalization */ | 761 | visitUrl_Visited(visited_App(), urlStr, 0); |
762 | postCommand_App("visited.changed"); /* sidebar will update */ | 762 | postCommand_App("visited.changed"); /* sidebar will update */ |
763 | setText_InputWidget(url, urlStr); | 763 | setText_InputWidget(url, urlStr); |
764 | checkLoadAnimation_Root_(get_Root()); | 764 | checkLoadAnimation_Root_(get_Root()); |