1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Oh, and (there's always one) remove the unnecessary extra parameter

from unix_setup_config_box().

[originally from svn r5293]
This commit is contained in:
Simon Tatham
2005-02-14 07:44:50 +00:00
parent b75856edfa
commit 7109d413b4
3 changed files with 3 additions and 3 deletions

View File

@ -1976,7 +1976,7 @@ int do_config_box(const char *title, Config *cfg, int midsession,
ctrlbox = ctrl_new_box();
setup_config_box(ctrlbox, &sl, midsession, cfg->protocol, protcfginfo);
unix_setup_config_box(ctrlbox, midsession, window);
unix_setup_config_box(ctrlbox, midsession);
gtk_setup_config_box(ctrlbox, midsession, window);
gtk_window_set_title(GTK_WINDOW(window), title);