X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/aa63ab7e596756bec878633c99b4630421296898..f89c329410c18fe1f09d843747fad77babb9f89c:/unix/pterm.c diff --git a/unix/pterm.c b/unix/pterm.c index 54ab31d8..b1cd7d0f 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -2857,7 +2857,8 @@ void change_settings_menuitem(GtkMenuItem *item, gpointer data) cfg2 = inst->cfg; /* structure copy */ - if (do_config_box(title, &cfg2, 1)) { + if (do_config_box(title, &cfg2, 1, + inst->back?inst->back->cfg_info(inst->backhandle):0)) { oldcfg = inst->cfg; /* structure copy */ inst->cfg = cfg2; /* structure copy */