diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-08-21 15:03:28 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2014-08-21 15:03:28 -0400 |
commit | 84b985b45c231c194e75bb2ce670a9b39e2bf45e (patch) | |
tree | c16e8bdff093cb16a130dce15f085b2063ba7670 /src/bin/edje | |
parent | 82c0f67f029bc14edf73be97e3dd428cff774905 (diff) |
edje_cc only prints kitten-harming message with nosave
Diffstat (limited to 'src/bin/edje')
-rwxr-xr-x | src/bin/edje/edje_cc_out.c | 6 |
1 files changed, 3 insertions, 3 deletions
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) | |||
1416 | } | 1416 | } |
1417 | fclose(f); | 1417 | fclose(f); |
1418 | 1418 | ||
1419 | if (!no_save) | 1419 | if (no_save) |
1420 | 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!"); | ||
1421 | else | ||
1420 | { | 1422 | { |
1421 | Eina_List *ll; | 1423 | Eina_List *ll; |
1422 | Code_Program *cp; | 1424 | Code_Program *cp; |
1423 | 1425 | ||
1424 | 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!"); | ||
1425 | |||
1426 | if (sc->cd->original) | 1426 | if (sc->cd->original) |
1427 | { | 1427 | { |
1428 | snprintf(buf, PATH_MAX, "edje/scripts/embryo/source/%i", sc->i); | 1428 | snprintf(buf, PATH_MAX, "edje/scripts/embryo/source/%i", sc->i); |