Commit cccd667c58045ddafb5d85078a0c5cc12b3d528a
Exists in
master
and in
1 other branch
Merge branch 'master' into develop
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/dialogs/settings/host.c
... | ... | @@ -760,6 +760,9 @@ static void apply(GtkWidget *w, GtkWidget *terminal) |
760 | 760 | // Apply auto-disconnect |
761 | 761 | v3270_set_auto_disconnect(terminal,gtk_spin_button_get_value_as_int(widget->input.auto_disconnect)); |
762 | 762 | |
763 | + // Apply unlock-delay | |
764 | + lib3270_set_unlock_delay(hSession, (unsigned int) gtk_spin_button_get_value(widget->input.unlock_delay)); | |
765 | + | |
763 | 766 | } |
764 | 767 | |
765 | 768 | static void load(GtkWidget *w, GtkWidget *terminal) | ... | ... |