From 667d5b9b72ca1c22b0ca63bd8c4cf0725a19e4a2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 23 Oct 2023 11:46:41 +0200 Subject: 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 --- fluid/shell_command.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/shell_command.cxx') 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); -- cgit v1.2.3