comp - settings - fix advance settings save for comp settings

This commit is contained in:
Carsten Haitzler 2020-09-19 20:28:05 +01:00
parent 19412ee69d
commit 3be43c50fe
1 changed files with 1 additions and 2 deletions

View File

@ -446,8 +446,7 @@ _advanced_apply_data(E_Config_Dialog *cfd EINA_UNUSED,
a = e_action_find("restart"); a = e_action_find("restart");
if ((a) && (a->func.go)) a->func.go(NULL, NULL); if ((a) && (a->func.go)) a->func.go(NULL, NULL);
} }
e_config_save_queue(); return e_comp_internal_save();
return 1;
} }
static void static void