summaryrefslogtreecommitdiff
path: root/fluid/shell_command.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-23 11:46:41 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-23 11:46:56 +0200
commit667d5b9b72ca1c22b0ca63bd8c4cf0725a19e4a2 (patch)
tree9869c85d32e614abd3b55fbfb84dd50f2559188c /fluid/shell_command.cxx
parent39a157a7dd83e1626c9f67e0b09d6deb23aa7c76 (diff)
FLUID: Fixes completion dialog, early shell read.
* when saving the source code from a shell command, the completion dialog is suppressed because the shell window pops up anyway, confirming our action * when reading no project at startup, the user shell commands were read, but the shell main menu was not updated
Diffstat (limited to 'fluid/shell_command.cxx')
-rw-r--r--fluid/shell_command.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/shell_command.cxx b/fluid/shell_command.cxx
index 053f47178..b2fe85373 100644
--- a/fluid/shell_command.cxx
+++ b/fluid/shell_command.cxx
@@ -301,7 +301,7 @@ static bool prepare_shell_command(int flags) {
save_cb(0, 0);
}
if (flags & Fd_Shell_Command::SAVE_SOURCECODE) {
- write_code_files();
+ write_code_files(true);
}
if (flags & Fd_Shell_Command::SAVE_STRINGS) {
write_strings_cb(0, 0);