From 8d69fd40e41f4120b4a3b7dd8bdf570482be7d93 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 3 Nov 2014 16:54:43 +0000 Subject: [PATCH] Ativação do SSL pelo diálogo não estava reajustando a URL --- hostselect.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/hostselect.c b/hostselect.c index 109448b..3d12df1 100644 --- a/hostselect.c +++ b/hostselect.c @@ -433,6 +433,7 @@ LIB3270_EXPORT int v3270_host_select_apply(V3270HostSelectWidget *widget) lib3270_set_hostname(widget->hSession,gtk_entry_get_text(widget->entry[ENTRY_HOSTNAME])); lib3270_set_srvcname(widget->hSession,gtk_entry_get_text(widget->entry[ENTRY_SRVCNAME])); + lib3270_set_options(widget->hSession,widget->options); return lib3270_connect(widget->hSession,0); -- libgit2 0.21.2