From a195cce00078d528dc34c18bc8d26c572314b98d Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 29 Oct 2019 14:40:09 -0300 Subject: [PATCH] Adjustments in the "set host" widget. --- src/objects/window/actions/sethost.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/objects/window/actions/sethost.c b/src/objects/window/actions/sethost.c index 96c5a04..5b66339 100644 --- a/src/objects/window/actions/sethost.c +++ b/src/objects/window/actions/sethost.c @@ -37,9 +37,7 @@ v3270_settings_on_dialog_response(dialog,response_id,settings); if(response_id == GTK_RESPONSE_APPLY) { -#ifndef DEBUG - #error TO DO! -#endif // DEBUG + v3270_reconnect(v3270_settings_get_terminal_widget(settings)); } gtk_widget_destroy(GTK_WIDGET(dialog)); -- libgit2 0.21.2