Bug fix: Option to display window ID
authorColin Clark <colin.clark@cclark.uk>
Tue, 3 Apr 2018 12:08:34 +0000 (13:08 +0100)
committerColin Clark <colin.clark@cclark.uk>
Tue, 3 Apr 2018 12:08:34 +0000 (13:08 +0100)
Reinstate line deleted in error.

src/options.c

index 2fd5caa..0740489 100644 (file)
@@ -59,6 +59,7 @@ ConfOptions *init_options(ConfOptions *options)
        options->save_window_positions = TRUE;
        options->use_saved_window_positions_for_new_windows = FALSE;
        options->tools_restore_state = TRUE;
+       options->save_dialog_window_positions = FALSE;
        options->show_window_ids = FALSE;
 
        options->file_ops.confirm_delete = TRUE;