mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Inhibit the Serial configuration panel in mid-session if the session
isn't a serial one. In particular, this causes pterm not to fail an assertion if you select `Change Settings'. Ahem. [originally from svn r6831]
This commit is contained in:
@ -2055,7 +2055,7 @@ int do_config_box(const char *title, Config *cfg, int midsession,
|
||||
|
||||
ctrlbox = ctrl_new_box();
|
||||
setup_config_box(ctrlbox, midsession, cfg->protocol, protcfginfo);
|
||||
unix_setup_config_box(ctrlbox, midsession);
|
||||
unix_setup_config_box(ctrlbox, midsession, cfg->protocol);
|
||||
gtk_setup_config_box(ctrlbox, midsession, window);
|
||||
|
||||
gtk_window_set_title(GTK_WINDOW(window), title);
|
||||
|
Reference in New Issue
Block a user