diff options
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2828,6 +2828,7 @@ iBool handleCommand_App(const char *cmd) { | |||
2828 | const iBool isHistory = argLabel_Command(cmd, "history") != 0; | 2828 | const iBool isHistory = argLabel_Command(cmd, "history") != 0; |
2829 | int redirectCount = argLabel_Command(cmd, "redirect"); | 2829 | int redirectCount = argLabel_Command(cmd, "redirect"); |
2830 | if (!isHistory) { | 2830 | if (!isHistory) { |
2831 | /* TODO: Shouldn't DocumentWidget manage history on its own? */ | ||
2831 | if (redirectCount) { | 2832 | if (redirectCount) { |
2832 | replace_History(history, url); | 2833 | replace_History(history, url); |
2833 | } | 2834 | } |