diff options
author | Thomas White <taw@physics.org> | 2021-02-17 11:58:40 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-02-17 11:58:40 +0100 |
commit | f5299db7a366bba35c9a57000da72b99597d145a (patch) | |
tree | dea2f08fc29c9435d7351f8830c6669f3e7bacfb /src/gui_project.c | |
parent | 87736eb01c7b9ca7d87680a897210e407ac0de0e (diff) |
GUI: Prevent opening multiple merging windows
Diffstat (limited to 'src/gui_project.c')
-rw-r--r-- | src/gui_project.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_project.c b/src/gui_project.c index f053a1cc..0059fb57 100644 --- a/src/gui_project.c +++ b/src/gui_project.c @@ -1025,6 +1025,7 @@ void default_project(struct crystfelproject *proj) proj->dtempl = NULL; proj->cur_image = NULL; proj->indexing_opts = NULL; + proj->merging_opts = NULL; proj->n_running_tasks = 0; proj->indexing_new_job_title = NULL; proj->merging_new_job_title = NULL; |