Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        filesystem.c 


Log Message:
* Receive st_mode from evfs correctly

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/filesystem.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- filesystem.c        3 Apr 2006 10:11:11 -0000       1.60
+++ filesystem.c        5 Apr 2006 02:26:45 -0000       1.61
@@ -180,7 +180,7 @@
       file_stat = entropy_malloc (sizeof (entropy_file_stat));
       file_stat->stat_obj = entropy_malloc (sizeof (struct stat));
 
-
+      file_stat->stat_obj->st_mode = data->stat.stat_obj.st_mode;
       file_stat->stat_obj->st_uid = data->stat.stat_obj.st_uid;
       file_stat->stat_obj->st_gid = data->stat.stat_obj.st_gid;
       file_stat->stat_obj->st_size = data->stat.stat_obj.st_size;
@@ -194,6 +194,7 @@
              file_stat->file = listener->file;
 
              /*Pop stats*/
+             listener->file->properties.st_mode = data->stat.stat_obj.st_mode;
              listener->file->properties.st_uid = data->stat.stat_obj.st_uid;
              listener->file->properties.st_gid = data->stat.stat_obj.st_gid;
              listener->file->properties.st_size = data->stat.stat_obj.st_size;




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

Reply via email to