diff --git a/src/bin/edje/edje_cc_out.c b/src/bin/edje/edje_cc_out.c index b80c6ec353..d8a26c4a5d 100755 --- a/src/bin/edje/edje_cc_out.c +++ b/src/bin/edje/edje_cc_out.c @@ -1416,13 +1416,13 @@ data_thread_script(void *data, Ecore_Thread *thread EINA_UNUSED) } fclose(f); - if (!no_save) + if (no_save) + WRN("You are removing the source from this Edje file. This may break some use cases.\nBe aware of your choice and the poor kitten you are harming with it!"); + else { Eina_List *ll; Code_Program *cp; - WRN("You are removing the source from this Edje file. This may break some use cases.\nBe aware of your choice and the poor kitten you are harming with it!"); - if (sc->cd->original) { snprintf(buf, PATH_MAX, "edje/scripts/embryo/source/%i", sc->i);