aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/command.cc')
-rw-r--r--common/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.cc b/common/command.cc
index 209f8cab..7b0b2caa 100644
--- a/common/command.cc
+++ b/common/command.cc
@@ -255,7 +255,7 @@ int CommandHandler::executeMain(std::unique_ptr<Context> ctx)
customAfterLoad(w.getContext());
w.notifyChangeContext();
- w.updateLoaded();
+ w.updateActions();
} else
w.notifyChangeContext();
} catch (log_execution_error_exception) {