]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/window.c
Loose end from r5031: the Kex panel should only be displayed in
[PuTTY.git] / windows / window.c
index b0d7d5c25f5c24651dae3b5d002520c3f9642efc..68ba61f78cf5ad3b40e8d6a82097804fdb0b59e2 100644 (file)
@@ -1900,7 +1900,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT message,
                GetWindowText(hwnd, cfg.wintitle, sizeof(cfg.wintitle));
                prev_cfg = cfg;
 
-               if (!do_reconfig(hwnd))
+               if (!do_reconfig(hwnd, back ? back->cfg_info(backhandle) : 0))
                    break;
 
                {