Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/ethemes


Modified Files:
        main.c 


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

===================================================================
RCS file: /cvs/e/e17/apps/e_utils/src/bin/ethemes/main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- main.c      21 Jan 2006 11:39:35 -0000      1.11
+++ main.c      25 Jul 2007 17:00:51 -0000      1.12
@@ -201,7 +201,7 @@
        Ecore_List *list;
        list = ecore_file_ls(path);
        
-       ecore_list_goto_first(list);
+       ecore_list_first_goto(list);
        char * data;
        themes = NULL;
        while ((data = (char *)ecore_list_next(list)))



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