Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: filesystem.c Log Message: * Set retrieved_stat properly =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/filesystem.c,v retrieving revision 1.61 retrieving revision 1.62 diff -u -3 -r1.61 -r1.62 --- filesystem.c 5 Apr 2006 02:26:45 -0000 1.61 +++ filesystem.c 5 Apr 2006 02:59:22 -0000 1.62 @@ -201,6 +201,7 @@ listener->file->properties.st_atime = data->stat.stat_obj.ist_atime; listener->file->properties.st_mtime = data->stat.stat_obj.ist_mtime; listener->file->properties.st_ctime = data->stat.stat_obj.ist_ctime; + listener->file->retrieved_stat = 1; /*Build up the gui_event wrapper */ @@ -547,7 +548,7 @@ plugin->file_functions.file_remove = &entropy_filesystem_file_remove; - return plugin; + return base; } ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs