Fixed error

pull/193/head
Ivan Dmitrievich Yartsev 10 months ago
parent 7d775a23a3
commit 4e1ae06060

@ -1378,7 +1378,7 @@ void on_group_save(GtkWidget *self, dictionary *dict){
yon_ubl_status_highlight_incorrect(window->userUIDEntry); yon_ubl_status_highlight_incorrect(window->userUIDEntry);
return; return;
} }
}
int config_size=0; int config_size=0;
int final_size=0; int final_size=0;
@ -1404,6 +1404,7 @@ void on_group_save(GtkWidget *self, dictionary *dict){
return; return;
} }
} }
}
group_name = (char*)gtk_entry_get_text(GTK_ENTRY(window->userLoginEntry)); group_name = (char*)gtk_entry_get_text(GTK_ENTRY(window->userLoginEntry));
if (group_name[0]>'0'&&group_name[0]<'9'){ if (group_name[0]>'0'&&group_name[0]<'9'){

Loading…
Cancel
Save