Commit 9f4d4a70af966425cd070b79a258a0d28fd71bef

Authored by perry.werneck@gmail.com
1 parent 455a5d66

Caixa de consulta do host estava abrindo mesmo quando o xml definia o host correto

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/pw3270/actions.c
... ... @@ -90,6 +90,7 @@ static void connect_action(GtkAction *action, GtkWidget *widget)
90 90 if(host)
91 91 {
92 92 v3270_connect(widget,host);
  93 + return;
93 94 }
94 95 else
95 96 {
... ...