Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
        ewl_filepicker.c 


Log Message:
*API BREAK* see the discussion in the mailing list. misc and e_modules will 
follow

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/filepicker/ewl_filepicker.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_filepicker.c    4 Jun 2007 18:46:33 -0000       1.6
+++ ewl_filepicker.c    25 Jul 2007 17:00:59 -0000      1.7
@@ -175,7 +175,7 @@
        ewl_filepicker_directory_set(EWL_FILEPICKER(fp),
                                        "/foo/bar/baz/test/");
 
-       ecore_list_goto_first(EWL_FILEPICKER(fp)->path);
+       ecore_list_first_goto(EWL_FILEPICKER(fp)->path);
        while ((t = ecore_list_next(EWL_FILEPICKER(fp)->path)))
        {
                if (strcmp(rez[i], t))



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to