Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src


Modified Files:
        entropy_core.c 


Log Message:
Make the program selection dialog work again

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/entropy_core.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- entropy_core.c      29 Dec 2006 13:02:53 -0000      1.93
+++ entropy_core.c      29 Jun 2007 01:01:43 -0000      1.94
@@ -1339,6 +1339,8 @@
        file = entropy_generic_file_new();
        uri_path = evfs_parse_uri(uri);
 
+       /*printf("Direct after evfs: %s \n", uri_path->files[0]->path);*/
+
        /*Get the last "/", after this is the filename (or dir name, or 
whatever)*/
        /*printf("Path: '%s'\n", uri_path->files[0]->path);*/
        pos = rindex(uri_path->files[0]->path, '/');
@@ -1359,6 +1361,8 @@
        }
        
        strcpy(file->uri_base, uri_path->files[0]->plugin_uri);
+
+       /*printf("After EVFS: %s/%s\n", file->path,file->filename);*/
 
        /*Cache the file*/
        listener = entropy_malloc(sizeof(entropy_file_listener));



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