summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
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/fluid.h
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/fluid.h')
-rw-r--r--fluid/fluid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index 201b7dc30..1e39f8095 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -155,7 +155,7 @@ extern void save_template_cb(Fl_Widget *, void *);
extern void revert_cb(Fl_Widget *,void *);
extern void exit_cb(Fl_Widget *,void *);
-extern int write_code_files();
+extern int write_code_files(bool dont_show_completion_dialog=false);
extern void write_strings_cb(Fl_Widget *, void *);
extern void align_widget_cb(Fl_Widget *, long);
extern void toggle_widgetbin_cb(Fl_Widget *, void *);