Removed ignoring GROUPADD_SYNC[] compare at sawing window

pull/235/head
parent 0ac48bfdaf
commit 6a7a141fe3

@ -187,7 +187,6 @@ void on_group_save(GtkWidget *self, dictionary *dict){
if (shutdown_sync_active){ if (shutdown_sync_active){
char *final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",GROUPADD_SYNC(group_name)); char *final_command = yon_config_parameter_prepare_command(dull_parameter_get_command,NULL,"users",GROUPADD_SYNC(group_name));
yon_config_register(GROUPADD_SYNC(group_name),final_command,"shutdown"); yon_config_register(GROUPADD_SYNC(group_name),final_command,"shutdown");
yon_config_compare_ignore_set(GROUPADD_SYNC(group_name),1);
} else { } else {
yon_config_remove_by_key(GROUPADD_SYNC(group_name)); yon_config_remove_by_key(GROUPADD_SYNC(group_name));
} }

Loading…
Cancel
Save