|
|
|
|
@ -1449,7 +1449,7 @@ void on_main_edit(GtkWidget *, main_window *widgets){
|
|
|
|
|
window->last_uid=yon_char_new(parameters[1]);
|
|
|
|
|
}
|
|
|
|
|
if (parsed_size>2){
|
|
|
|
|
if (!strcmp(parameters[2],"x"))
|
|
|
|
|
if (!strcmp(parameters[2],"x")||!strcmp(parameters[2],""))
|
|
|
|
|
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(window->userGroupsCheck),1);
|
|
|
|
|
else {
|
|
|
|
|
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(window->userGroupsCheck),0);
|
|
|
|
|
|