Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/common Modified Files: evfs_io.c Log Message: * More API (client directory add) * Leak fixes =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/common/evfs_io.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- evfs_io.c 4 Mar 2006 05:48:33 -0000 1.47 +++ evfs_io.c 11 Mar 2006 07:11:16 -0000 1.48 @@ -546,6 +546,7 @@ case EVFS_CMD_FILE_COPY: case EVFS_CMD_FILE_OPEN: case EVFS_CMD_FILE_READ: + case EVFS_CMD_DIRECTORY_CREATE: case EVFS_CMD_PING: evfs_write_file_command(conn, command); break; @@ -577,6 +578,7 @@ case EVFS_CMD_FILE_COPY: case EVFS_CMD_FILE_OPEN: case EVFS_CMD_FILE_READ: + case EVFS_CMD_DIRECTORY_CREATE: case EVFS_CMD_PING: evfs_write_file_command_client(client, command); break; ------------------------------------------------------- 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