Commit 8d69fd40e41f4120b4a3b7dd8bdf570482be7d93

Authored by perry.werneck@gmail.com
1 parent bf0c5c10
Exists in master and in 1 other branch develop

Ativação do SSL pelo diálogo não estava reajustando a URL

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -433,6 +433,7 @@ LIB3270_EXPORT int v3270_host_select_apply(V3270HostSelectWidget *widget) @@ -433,6 +433,7 @@ LIB3270_EXPORT int v3270_host_select_apply(V3270HostSelectWidget *widget)
433 433
434 lib3270_set_hostname(widget->hSession,gtk_entry_get_text(widget->entry[ENTRY_HOSTNAME])); 434 lib3270_set_hostname(widget->hSession,gtk_entry_get_text(widget->entry[ENTRY_HOSTNAME]));
435 lib3270_set_srvcname(widget->hSession,gtk_entry_get_text(widget->entry[ENTRY_SRVCNAME])); 435 lib3270_set_srvcname(widget->hSession,gtk_entry_get_text(widget->entry[ENTRY_SRVCNAME]));
  436 +
436 lib3270_set_options(widget->hSession,widget->options); 437 lib3270_set_options(widget->hSession,widget->options);
437 438
438 return lib3270_connect(widget->hSession,0); 439 return lib3270_connect(widget->hSession,0);