Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins/vfolder


Modified Files:
        evfs_vfolder_trash.c 


Log Message:
* Make the plugins quieter as a client exits

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/plugins/vfolder/evfs_vfolder_trash.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_vfolder_trash.c        28 Dec 2006 16:25:27 -0000      1.8
+++ evfs_vfolder_trash.c        25 Jun 2007 07:15:23 -0000      1.9
@@ -89,9 +89,10 @@
                
                                /*First check if this is a complete uri path in 
.info*/
                                snprintf(parser, PATH_MAX, "trash:///%s", 
pos+1);
-                               printf("Parsing %s\n", parser);
+                               printf("Parsing %s --", parser);
                                ref = evfs_parse_uri_single(parser);
                                ref->attach = file_dup;
+                               printf ("   %s    %s\n", ref->plugin_uri, 
ref->path);
                
                                if (ref) 
                                        ecore_list_append(*list, ref);



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to