Fix #964: Opening preferences resets dialog size
authorColin Clark <colin.clark@cclark.uk>
Tue, 1 Feb 2022 12:59:36 +0000 (12:59 +0000)
committerColin Clark <colin.clark@cclark.uk>
Tue, 1 Feb 2022 12:59:36 +0000 (12:59 +0000)
https://github.com/BestImageViewer/geeqie/issues/964

List nulled unnecessarily.

src/ui_utildlg.c

index c7fc5b0..4d75304 100644 (file)
@@ -398,8 +398,6 @@ void generic_dialog_windows_write_config(GString *outstr, gint indent)
                        }
                indent--;
                WRITE_NL(); WRITE_STRING("</%s>", "dialogs");
-
-               dialog_windows = NULL;
                }
 }