summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 37f9c804..ed72c450 100644
--- a/src/app.c
+++ b/src/app.c
@@ -2756,6 +2756,9 @@ iBool handleCommand_App(const char *cmd) {
2756 else if (equal_Command(cmd, "document.changed")) { 2756 else if (equal_Command(cmd, "document.changed")) {
2757 /* Set of open tabs has changed. */ 2757 /* Set of open tabs has changed. */
2758 postCommand_App("document.openurls.changed"); 2758 postCommand_App("document.openurls.changed");
2759 if (deviceType_App() == phone_AppDeviceType) {
2760 showToolbar_Root(d->window->roots[0], iTrue);
2761 }
2759 return iFalse; 2762 return iFalse;
2760 } 2763 }
2761 else if (equal_Command(cmd, "ident.new")) { 2764 else if (equal_Command(cmd, "ident.new")) {