Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: filesystem.c Log Message: * Make entropy work with EVFS api update =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/plugins/filesystem.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -3 -r1.33 -r1.34 --- filesystem.c 18 Jan 2006 06:27:31 -0000 1.33 +++ filesystem.c 23 Jan 2006 11:11:16 -0000 1.34 @@ -29,7 +29,7 @@ evfs_connection* con; -void callback(evfs_event* data) { +void callback(evfs_event* data, void* obj) { //printf("Callback hit..%d\n", data->type); @@ -402,7 +402,7 @@ evfs_dir_requests = ecore_hash_new(ecore_str_hash, ecore_str_compare); file_copy_hash = ecore_hash_new(ecore_str_hash, ecore_str_compare); - con = evfs_connect(&callback); + con = evfs_connect(&callback, NULL); filesystem_core = core; } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs