From 28d2e6d1f6933a9d182788aea017efa376fabfc6 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 2 Aug 2024 18:03:38 +0600 Subject: [PATCH] Fixed unsaving user_name parameter --- source/ubinstall-gtk.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index 590b3ac..1540b16 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -1108,6 +1108,7 @@ void *on_setup_system_configuration(void * data){ if (widgets){}; int size; config_str all_parameters = yon_config_get_selection_by_key(&size, + user_name_parameter, user_gecos_parameter, user_password_parameter, root_password_parameter, @@ -1144,6 +1145,7 @@ void *on_save_system_configuration(void * data){ if (widgets){}; int size; config_str all_parameters = yon_config_get_selection_by_key(&size, + user_name_parameter, user_gecos_parameter, user_password_parameter, root_password_parameter,