|
|
|
|
@ -101,12 +101,13 @@ int yon_user_save(yon_user_struct *user){
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void on_user_autoloin_switch(GtkWidget *, int status, main_window *){
|
|
|
|
|
gboolean on_user_autoloin_switch(GtkWidget *, int status, main_window *){
|
|
|
|
|
if (status){
|
|
|
|
|
yon_config_register(autologin_parameter,autologin_parameter_command,"yes");
|
|
|
|
|
} else {
|
|
|
|
|
yon_config_register(autologin_parameter,autologin_parameter_command,"no");
|
|
|
|
|
}
|
|
|
|
|
return status;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void on_user_add(GtkWidget *,main_window *widgets){
|
|
|
|
|
|