Loose end from r5031: the Kex panel should only be displayed in
[u/mdw/putty] / unix / uxputty.c
index d71d289..58ae24d 100644 (file)
@@ -40,7 +40,7 @@ Backend *select_backend(Config *cfg)
 
 int cfgbox(Config *cfg)
 {
-    return do_config_box("PuTTY Configuration", cfg, 0);
+    return do_config_box("PuTTY Configuration", cfg, 0, 0);
 }
 
 static int got_host = 0;