Commit a195cce00078d528dc34c18bc8d26c572314b98d
1 parent
046d1798
Exists in
master
and in
4 other branches
Adjustments in the "set host" widget.
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/objects/window/actions/sethost.c
... | ... | @@ -37,9 +37,7 @@ |
37 | 37 | v3270_settings_on_dialog_response(dialog,response_id,settings); |
38 | 38 | |
39 | 39 | if(response_id == GTK_RESPONSE_APPLY) { |
40 | -#ifndef DEBUG | |
41 | - #error TO DO! | |
42 | -#endif // DEBUG | |
40 | + v3270_reconnect(v3270_settings_get_terminal_widget(settings)); | |
43 | 41 | } |
44 | 42 | |
45 | 43 | gtk_widget_destroy(GTK_WIDGET(dialog)); | ... | ... |