Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/vfolder Modified Files: evfs_vfolder_efolder.c Log Message: VFolder actually lists =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/vfolder/evfs_vfolder_efolder.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- evfs_vfolder_efolder.c 27 Aug 2007 13:38:54 -0000 1.2 +++ evfs_vfolder_efolder.c 28 Aug 2007 02:45:39 -0000 1.3 @@ -100,11 +100,16 @@ EvfsVfolderEntry* entry; Ecore_List* entries = evfs_metadata_db_vfolder_search_entries_get(db,id); + Ecore_List* files; - ecore_list_first_goto(entries); - while ( (entry = ecore_list_first_remove(entries))) { - printf ("%c %s %s\n", entry->type, entry->name, entry->value); + files = evfs_metadata_db_vfolder_search_entries_execute(db,entries); + ecore_list_first_goto(files); + while ((name = ecore_list_first_remove(files))) { + new = evfs_parse_uri_single(name); + ecore_list_append(*list, new); } + + } } } ------------------------------------------------------------------------- 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