Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_event_helper.c 


Log Message:
* Last ecore data fix
* Metadata group checking

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_event_helper.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- evfs_event_helper.c 16 Aug 2007 12:29:01 -0000      1.33
+++ evfs_event_helper.c 20 Aug 2007 00:07:01 -0000      1.34
@@ -61,7 +61,7 @@
 
    EVFS_EVENT(event)->type = EVFS_EV_DIR_LIST;
    event->files = NULL;
-   while ((file = ecore_list_remove_first(files))) {
+   while ((file = ecore_list_first_remove(files))) {
           event->files = evas_list_append(event->files, file);
    }
    ecore_list_destroy(files);



-------------------------------------------------------------------------
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