edje_cc only prints kitten-harming message with nosave
authorMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 21 Aug 2014 19:03:28 +0000 (15:03 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Thu, 21 Aug 2014 19:03:28 +0000 (15:03 -0400)
src/bin/edje/edje_cc_out.c

index b80c6ec353c0fa3af84fb1164dda0703e42e4595..d8a26c4a5d05689938f98bb936433b033f9744c9 100755 (executable)
@@ -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);