daemon: save internal state of L1 apps when project is saved

This commit is contained in:
Nedko Arnaudov 2010-08-22 23:36:03 +03:00
parent 853dbca460
commit 1a954de817
1 changed files with 2 additions and 0 deletions

View File

@ -186,6 +186,8 @@ static bool ladish_room_save_project_do(struct ladish_room * room_ptr)
goto close;
}
ladish_app_supervisor_save_L1(room_ptr->app_supervisor);
ret = true;
close: