Commit e9cd7ca5c6d9d13bf89c906f5740f6595074f035

Authored by Perry Werneck
1 parent 97df6f9e
Exists in v5.2

Storing LU name list on settings.

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
src/pw3270/hostdialog.c
... ... @@ -52,5 +52,10 @@
52 52 set_string_to_config("terminal","host_charset",lib3270_get_host_charset(hSession));
53 53 set_string_to_config("terminal","remap_file",v3270_get_remap_filename(widget));
54 54  
  55 + {
  56 + g_autofree gchar * lunames = v3270_get_lunames(widget);
  57 + set_string_to_config("terminal","lu_names",lunames);
  58 + }
  59 +
55 60 }
56 61  
... ...