Test fix for config update

pull/14/head
parent e6451fa451
commit 1025a75246

@ -1261,6 +1261,7 @@ void on_config_update(GtkWidget *self, main_window *widgets){
GtkTreeIter iter;
int size;
config_str users = yon_config_get_all_by_key("USERADD",&size);
if (users&&users[0]){
for (int i=0;i<size;i++){
char *value = yon_char_new(users[i]);
char *login = yon_char_divide_search(value,"\"",-1);
@ -1285,6 +1286,7 @@ void on_config_update(GtkWidget *self, main_window *widgets){
}
}
}
}
}

Loading…
Cancel
Save