Commit d52e2db30b5bd2556d97f0aac0b5d8d630b40b46
1 parent
3edf26b5
Exists in
master
and in
1 other branch
Refactoring host settings dialog.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/dialogs/settings/host.c
... | ... | @@ -417,7 +417,7 @@ static void V3270HostSelectWidget_init(V3270HostSelectWidget *widget) |
417 | 417 | { |
418 | 418 | GtkWidget *grids[GRID_COUNT]; |
419 | 419 | |
420 | - grids[CONNECTION] = v3270_url_edit_new(); | |
420 | + grids[CONNECTION] = widget->input.url = v3270_url_edit_new(); | |
421 | 421 | grids[EMULATION] = gtk_grid_new(); |
422 | 422 | |
423 | 423 | // Connection properties | ... | ... |