Changed 'default password' for group tab to 'no password required'

pull/133/head
parent fde8df9117
commit 353ccefb75

@ -132,7 +132,7 @@ void yon_interface_update(main_window *widgets){
}
} else {
pars = DEFAULT_USER_LABEL;
pars = NO_PASSWORD_LABEL;
}
gtk_list_store_set(widgets->GroupsList,&iter,
@ -2355,7 +2355,7 @@ void on_main_edit(GtkWidget *self, main_window *widgets){
gtk_entry_set_text(GTK_ENTRY(window->PasswordEntry),parsed[4]);
gtk_combo_box_set_active(GTK_COMBO_BOX(window->PasswordCombo),2);
} else {
gtk_combo_box_set_active(GTK_COMBO_BOX(window->PasswordCombo),0);
gtk_combo_box_set_active(GTK_COMBO_BOX(window->PasswordCombo),1);
}
}
char *sync = yon_config_get_by_key(GROUPADD_SYNC(name));

Loading…
Cancel
Save