Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/demo


Modified Files:
        evfs_demo.c 


Log Message:
* Slightly more debugging output in sftp, for now.  There are issues here
* Handle bzip2 errors more cleanly, and prevent endless loop lockup

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/demo/evfs_demo.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- evfs_demo.c 21 Feb 2006 10:44:06 -0000      1.24
+++ evfs_demo.c 28 Mar 2006 07:42:33 -0000      1.25
@@ -54,6 +54,7 @@
     * 
     * } */
 
+   exit(0);
 }
 
 int
@@ -125,7 +126,12 @@
 
    /*evfs_monitor_add(con, dir_path->files[0]);
     * evfs_client_file_copy(con, dir_path->files[0], NULL); */
-   evfs_client_dir_list(con, dir_path->files[0]);
+
+   if (!strcmp(cmd, "DIR")) {
+          evfs_client_dir_list(con, dir_path->files[0]);
+   } else if (!strcmp(cmd, "STAT")) {
+          evfs_client_file_stat(con, dir_path->files[0]);
+   }
    ecore_main_loop_begin();
    evfs_disconnect(con);
 }




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