Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

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


Modified Files:
        evfs_meta_extractor.c 


Log Message:
* Metadata will now be extracted for files placed in 'groups'.  I have yet to 
decide the scan algorithm we'll use to decide which files/locations will be 
'automatically' searched for metadata-containing files.  Open to suggestions :)

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/meta/evfs_meta_extractor.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evfs_meta_extractor.c       22 Jul 2006 13:12:58 -0000      1.3
+++ evfs_meta_extractor.c       22 Jul 2006 16:12:46 -0000      1.4
@@ -111,8 +111,6 @@
                obj->value = strdup(keywords->keyword);
                ret_list = evas_list_append(ret_list, obj);
 
-               printf("Adding keyword %s -> %s\n", key, keywords->keyword);
-
                keywords = keywords->next;
        }
        EXTRACTOR_freeKeywords(keywords);



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

Reply via email to