Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c 


Log Message:


commented out debug

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- edje_load.c 27 Apr 2005 13:53:42 -0000      1.58
+++ edje_load.c 23 May 2005 07:06:20 -0000      1.59
@@ -689,6 +689,7 @@
        ed->file = _edje_file_cache_find(ed->path);
        if (!ed->file)
          {
+//          printf("OPEN EDJE %s\n", ed->path);
             ef = eet_open(ed->path, EET_FILE_MODE_READ);
             if (!ef)
               {
@@ -763,6 +764,7 @@
                  ed->load_error = EDJE_LOAD_ERROR_CORRUPT_FILE;
                  goto out;
               }
+//          printf("OPEN COLL %s\n", ed->part);
             
             snprintf(buf, sizeof(buf), "scripts/%i", id);
             data = eet_read(ef, buf, &size);




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to