Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_widget_fileman.c 


Log Message:
- remove strdup, not needed.
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_widget_fileman.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_widget_fileman.c  31 Oct 2005 00:01:54 -0000      1.4
+++ e_widget_fileman.c  31 Oct 2005 00:08:45 -0000      1.5
@@ -57,7 +57,7 @@
    snprintf(*(wd->valptr), size, "%s", file);
 #endif   
    if(wd->select_func)
-     wd->select_func(wd->wid, strdup(file), wd->select_data);
+     wd->select_func(wd->wid, file, wd->select_data);
    
    
    printf("e_widget_fileman: %s\n", file);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to