From e9cd7ca5c6d9d13bf89c906f5740f6595074f035 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 12 Nov 2019 15:29:24 -0300 Subject: [PATCH] Storing LU name list on settings. --- src/pw3270/hostdialog.c | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/src/pw3270/hostdialog.c b/src/pw3270/hostdialog.c index 8cc65d9..9360a4a 100644 --- a/src/pw3270/hostdialog.c +++ b/src/pw3270/hostdialog.c @@ -52,5 +52,10 @@ set_string_to_config("terminal","host_charset",lib3270_get_host_charset(hSession)); set_string_to_config("terminal","remap_file",v3270_get_remap_filename(widget)); + { + g_autofree gchar * lunames = v3270_get_lunames(widget); + set_string_to_config("terminal","lu_names",lunames); + } + } -- libgit2 0.21.2