Commit 36af332e916e6d47fed26771c7d42d3788bc9073
1 parent
680bd91d
Exists in
master
and in
1 other branch
Fixed widget changes.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/testprogram/testprogram.c
| ... | ... | @@ -60,7 +60,8 @@ |
| 60 | 60 | if(url) { |
| 61 | 61 | |
| 62 | 62 | v3270_set_url(terminal,url); |
| 63 | - v3270_connect(terminal); | |
| 63 | + v3270_reconnect(terminal); | |
| 64 | + | |
| 64 | 65 | gchar * title = g_strdup_printf("%s - %s", v3270_get_session_name(terminal), url); |
| 65 | 66 | gtk_window_set_title(GTK_WINDOW(window), title); |
| 66 | 67 | g_free(title); | ... | ... |