Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/filepicker


Modified Files:
        ewl_filepicker_test.c 


Log Message:
- use a directory that exists as the filepicker will verify with 
ecore_file_is_dir that the given value exists before setting it into the picker

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/filepicker/ewl_filepicker_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_filepicker_test.c       9 Dec 2007 04:33:38 -0000       1.3
+++ ewl_filepicker_test.c       20 Feb 2008 05:29:20 -0000      1.4
@@ -171,11 +171,11 @@
        Ewl_Widget *fp;
        char *t;
        int i = 0, ret = 1;
-       char *rez[] = {"/foo/bar/baz/test", "/foo/bar/baz", "/foo/bar", "/foo", 
"/"};
+       char *rez[] = {"/usr/local/bin", "/usr/local", "/usr", "/"};
 
        fp = ewl_filepicker_new();
        ewl_filepicker_directory_set(EWL_FILEPICKER(fp),
-                                       "/foo/bar/baz/test/");
+                                       "/usr/local/bin/");
 
        ecore_list_first_goto(EWL_FILEPICKER(fp)->path);
        while ((t = ecore_list_next(EWL_FILEPICKER(fp)->path)))



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to