Enlightenment CVS committal
Author : chaos
Project : e17
Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file
Modified Files:
evfs_fs_samba.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/plugins/file/evfs_fs_samba.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evfs_fs_samba.c 20 Aug 2006 04:13:57 -0000 1.7
+++ evfs_fs_samba.c 23 Aug 2006 11:29:32 -0000 1.8
@@ -332,9 +332,9 @@
else if (entry->smbc_type == SMBC_DIR)
reference->file_type = EVFS_FILE_DIRECTORY;
else if (entry->smbc_type == SMBC_WORKGROUP)
- reference->file_type = EVFS_FILE_SMB_WORKGROUP;
+ reference->file_type = EVFS_FILE_DIRECTORY;
else if (entry->smbc_type == SMBC_SERVER)
- reference->file_type = EVFS_FILE_SMB_SERVER;
+ reference->file_type = EVFS_FILE_DIRECTORY;
else if (entry->smbc_type == SMBC_FILE_SHARE)
reference->file_type = EVFS_FILE_SMB_FILE_SHARE;
else if (entry->smbc_type == SMBC_PRINTER_SHARE)
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs