Commit 9f4d4a70af966425cd070b79a258a0d28fd71bef
1 parent
455a5d66
Exists in
master
and in
5 other branches
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,6 +90,7 @@ static void connect_action(GtkAction *action, GtkWidget *widget) | ||
90 | if(host) | 90 | if(host) |
91 | { | 91 | { |
92 | v3270_connect(widget,host); | 92 | v3270_connect(widget,host); |
93 | + return; | ||
93 | } | 94 | } |
94 | else | 95 | else |
95 | { | 96 | { |