rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=9746e0bfc7f9a94e633f2059a826182fa680d058
commit 9746e0bfc7f9a94e633f2059a826182fa680d058 Author: Vyacheslav Reutskiy <[email protected]> Date: Wed Oct 19 11:50:04 2016 +0300 resource_manager: avoid reaction to save while build resources deps Change-Id: I7273d61ff16f7bd6b278379c2c6383c166f92520 --- src/bin/resource_manager/resource_manager_build.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/resource_manager/resource_manager_build.c b/src/bin/resource_manager/resource_manager_build.c index a62cf2e..f3241e1 100644 --- a/src/bin/resource_manager/resource_manager_build.c +++ b/src/bin/resource_manager/resource_manager_build.c @@ -126,9 +126,11 @@ _state_dependency_load(Project *pro, Group2 *group, Part2 *part, State2 *state) { /* Colorclass can be specified but not defined in edc. If colorclass don't exist yet adding it */ + you_shall_not_pass_editor_signals(NULL); CRIT_ON_FAIL(editor_color_class_add(group->edit_object, color_class, false)); + you_shall_pass_editor_signals(NULL); res_colorclass = mem_calloc(1, sizeof(Colorclass2)); res_colorclass->common.type = RESOURCE2_TYPE_COLORCLASS; res_colorclass->common.name = eina_stringshare_add(color_class); --
