Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_metadata.c 


Log Message:
* First working code for metadata file/group tagging

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_metadata.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_metadata.c     16 Jul 2006 07:23:31 -0000      1.8
+++ evfs_metadata.c     16 Jul 2006 10:25:54 -0000      1.9
@@ -268,12 +268,12 @@
                        eet_close(_evfs_metadata_eet);
        }
 
-       /*ref = calloc(1, sizeof(evfs_filereference));
+       ref = calloc(1, sizeof(evfs_filereference));
        ref->plugin_uri= strdup("file");
-       ref->path = strdup("/home/chaos/respite3x3840.jpg");
+       ref->path = strdup("/home/chaos/sakura3x3840.jpg");
        evfs_metadata_group_header_file_add(ref, "Pictures");
 
-       printf("\n*****\nFile groups are now:\n");
+       /*printf("\n*****\nFile groups are now:\n");
 
        groups = evfs_metadata_file_groups_get(ref);
        evfs_metadata_debug_file_groups_print(groups);




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to