diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/command.cc | 2 |
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) { |