]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/pterm.c
Loose end from r5031: the Kex panel should only be displayed in
[PuTTY.git] / unix / pterm.c
index 54ab31d8a4e71fc0a643c29f9fc7cb5ed376a946..b1cd7d0ff324821aedeb214c64b3251c2448be8d 100644 (file)
@@ -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 */