Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
*API BREAK* see the discussion in the mailing list. misc and e_modules will 
follow

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- evfs_demo.c 28 Dec 2006 16:23:36 -0000      1.31
+++ evfs_demo.c 25 Jul 2007 17:00:53 -0000      1.32
@@ -31,7 +31,7 @@
 
         printf("Received a directory listing..\nFiles:\n\n");
 
-        ecore_list_goto_first(data->file_list.list);
+        ecore_list_first_goto(data->file_list.list);
         while ((ref = ecore_list_next(data->file_list.list)))
           {
              printf("(%s) Received file type for file: %d\n", ref->path,



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to