Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c 


Log Message:
the evas_hash_foreach callback is supposed to return a value ;)
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- edje_load.c 24 May 2005 05:42:36 -0000      1.63
+++ edje_load.c 24 May 2005 17:02:00 -0000      1.64
@@ -1111,6 +1111,8 @@
          edf->path, edf->references,
          coll->part, coll->references);
    _edje_collection_free(edf, coll);
+
+   return 1;
 }
 
 #ifdef EDJE_PROGRAM_CACHE




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to