Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filepicker.c 


Log Message:
- fix the filepicker unit test
- add a statusbar to the ewl_test app
- when unit tests run from the command line they will return the number of
  failures

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_filepicker.c    12 Apr 2006 06:35:33 -0000      1.5
+++ ewl_filepicker.c    13 Apr 2006 15:28:25 -0000      1.6
@@ -726,7 +726,6 @@
        while ((t = strchr((p + 1), '/')))
        {
                *t = '\0';
-
                ecore_list_prepend(fp->path, strdup(path));
 
                *t = '/';




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