summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-01 16:29:51 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-01 16:29:51 +0300
commitb60715722cceea893167a619613f79945f346885 (patch)
tree764b1ce7d15a7f34756b0d0d39820b8313c25067
parentb5c1e658fb7cd1e81c512323c6c3fa6dfb565522 (diff)
Cleanup
-rw-r--r--src/ui/root.c2
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());