Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c 


Log Message:


printf--

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -3 -r1.125 -r1.126
--- edje_load.c 30 May 2008 11:20:49 -0000      1.125
+++ edje_load.c 30 May 2008 14:27:56 -0000      1.126
@@ -264,9 +264,11 @@
 
    if (ed->collection)
      {
-       printf("%s %s = %i\n", file, part, ed->collection->script_only);
        if (ed->collection->script_only)
-         _edje_script_only_init(ed);
+         {
+            ed->load_error = EDJE_LOAD_ERROR_NONE;
+            _edje_script_only_init(ed);
+         }
        else
          {
             Evas_List *l;
@@ -574,9 +576,9 @@
             _edje_thaw(ed);
             _edje_unblock(ed);
             _edje_unref(ed);
+            ed->load_error = EDJE_LOAD_ERROR_NONE;
+            _edje_emit(ed, "load", NULL);
          }
-       ed->load_error = EDJE_LOAD_ERROR_NONE;
-       _edje_emit(ed, "load", NULL);
        return 1;
      }
    else



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to