From: Colin Clark Date: Tue, 1 Feb 2022 12:59:36 +0000 (+0000) Subject: Fix #964: Opening preferences resets dialog size X-Git-Tag: gtk2final~50 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=1db6df57c7dce3703ca0da80668e12e8a6faef47 Fix #964: Opening preferences resets dialog size https://github.com/BestImageViewer/geeqie/issues/964 List nulled unnecessarily. --- diff --git a/src/ui_utildlg.c b/src/ui_utildlg.c index c7fc5b04..4d753043 100644 --- a/src/ui_utildlg.c +++ b/src/ui_utildlg.c @@ -398,8 +398,6 @@ void generic_dialog_windows_write_config(GString *outstr, gint indent) } indent--; WRITE_NL(); WRITE_STRING("", "dialogs"); - - dialog_windows = NULL; } }