Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/common


Modified Files:
        evfs_io.c 


Log Message:
* Treat certain files in samba as dirs (servers,workgroups).  This allows 
network browsing.  We should probably send attach hints with these files, so 
the filemanager can select an appropriate icon
* Prepare for trash restore - IO functions

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/common/evfs_io.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- evfs_io.c   19 Aug 2006 02:58:07 -0000      1.67
+++ evfs_io.c   23 Aug 2006 11:29:32 -0000      1.68
@@ -700,6 +700,7 @@
      case EVFS_CMD_METADATA_GROUPS_GET:
      case EVFS_CMD_METADATA_FILE_GROUP_ADD:
      case EVFS_CMD_METADATA_FILE_GROUP_REMOVE:
+     case EVFS_CMD_TRASH_RESTORE:
         evfs_write_file_command(conn, command);
         break;
      case EVFS_CMD_OPERATION_RESPONSE:
@@ -765,6 +766,7 @@
      case EVFS_CMD_METADATA_GROUPS_GET:
      case EVFS_CMD_METADATA_FILE_GROUP_ADD:
      case EVFS_CMD_METADATA_FILE_GROUP_REMOVE:
+     case EVFS_CMD_TRASH_RESTORE:
         evfs_write_file_command_client(client, command);
         break;
      default:



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