Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file Modified Files: Makefile.am evfs_fs_vfolder.c Log Message: * Change back to bringing in evfs_metadata.c via libevfs - otherwise objects that are dlopened can't access the same resource pointers (i.e sqlite*), as the main evfs binary. * Start of a metadata 'fork' harvesting system =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 15 Jul 2006 12:51:19 -0000 1.3 +++ Makefile.am 22 Jul 2006 13:12:58 -0000 1.4 @@ -41,7 +41,7 @@ vfolder_la_SOURCES = evfs_fs_vfolder.c \ $(top_srcdir)/src/common/evfs_debug.c \ $(top_srcdir)/src/common/evfs_event_helper.c \ - $(top_srcdir)/src/common/evfs_misc.c + $(top_srcdir)/src/common/evfs_misc.c tar_la_SOURCES = evfs_fs_tar.c \ $(top_srcdir)/src/common/evfs_debug.c \ =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_vfolder.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- evfs_fs_vfolder.c 20 Jul 2006 15:15:41 -0000 1.7 +++ evfs_fs_vfolder.c 22 Jul 2006 13:12:58 -0000 1.8 @@ -140,6 +140,9 @@ path = evfs_parse_uri(item); ecore_list_append(files, path->files[0]); + /*TEMP FIXME - check this file for keywords*/ + evfs_metadata_extract_fork(path->files[0]); + evfs_cleanup_file_uri_path(path); } ecore_list_destroy(list); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs