|
|
|
@ -209,7 +209,6 @@ void yon_user_init(main_window *widgets){
|
|
|
|
gtk_combo_box_text_remove_all(GTK_COMBO_BOX_TEXT(widgets->UserRootPasswordCombo));
|
|
|
|
gtk_combo_box_text_remove_all(GTK_COMBO_BOX_TEXT(widgets->UserRootPasswordCombo));
|
|
|
|
gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widgets->UserRootPasswordCombo),NULL,DEFAULT_LABEL);
|
|
|
|
gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widgets->UserRootPasswordCombo),NULL,DEFAULT_LABEL);
|
|
|
|
gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widgets->UserRootPasswordCombo),NULL,SET_PASSWORD_LABEL);
|
|
|
|
gtk_combo_box_text_append(GTK_COMBO_BOX_TEXT(widgets->UserRootPasswordCombo),NULL,SET_PASSWORD_LABEL);
|
|
|
|
yon_gtk_entry_set_password_visibility_icon(GTK_ENTRY(widgets->UserRootPasswordEntry));
|
|
|
|
|
|
|
|
char *root_password = config(root_password_parameter);
|
|
|
|
char *root_password = config(root_password_parameter);
|
|
|
|
if (yon_char_is_empty(root_password)){
|
|
|
|
if (yon_char_is_empty(root_password)){
|
|
|
|
root_password = config(DEFAULTROOTPASSWD_system_parameter);
|
|
|
|
root_password = config(DEFAULTROOTPASSWD_system_parameter);
|
|
|
|
|