diff --git a/source/ubl-settings-usergroups.c b/source/ubl-settings-usergroups.c index fbc3007..018e23e 100644 --- a/source/ubl-settings-usergroups.c +++ b/source/ubl-settings-usergroups.c @@ -1378,7 +1378,7 @@ void on_group_save(GtkWidget *self, dictionary *dict){ yon_ubl_status_highlight_incorrect(window->userUIDEntry); return; } - } + int config_size=0; int final_size=0; @@ -1404,6 +1404,7 @@ void on_group_save(GtkWidget *self, dictionary *dict){ return; } } + } group_name = (char*)gtk_entry_get_text(GTK_ENTRY(window->userLoginEntry)); if (group_name[0]>'0'&&group_name[0]<'9'){