Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins/vfolder


Modified Files:
        evfs_vfolder_group.c evfs_vfolder_trash.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/plugins/vfolder/evfs_vfolder_group.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evfs_vfolder_group.c        28 Dec 2006 16:34:55 -0000      1.3
+++ evfs_vfolder_group.c        25 Jul 2007 17:00:54 -0000      1.4
@@ -98,8 +98,8 @@
 
                   flist = evfs_metadata_file_group_list(group_name);
 
-                  ecore_list_goto_first(flist);
-                  while ( (item = ecore_list_remove_first(flist))) {
+                  ecore_list_first_goto(flist);
+                  while ( (item = ecore_list_first_remove(flist))) {
                           path = evfs_parse_uri(item);
                           ecore_list_append(*list, path->files[0]);
 
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/vfolder/evfs_vfolder_trash.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evfs_vfolder_trash.c        25 Jun 2007 07:15:23 -0000      1.9
+++ evfs_vfolder_trash.c        25 Jul 2007 17:00:54 -0000      1.10
@@ -75,7 +75,7 @@
 
        info_files = ecore_file_ls(evfs_trash_home);
 
-       while ( (file = ecore_list_remove_first(info_files))) {
+       while ( (file = ecore_list_first_remove(info_files))) {
                evfs_filereference* ref;
                char* pos;
                



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