Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/tools/ewl_config Modified Files: ewl_config.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/tools/ewl_config/ewl_config.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -3 -r1.44 -r1.45 --- ewl_config.c 3 Feb 2007 03:14:52 -0000 1.44 +++ ewl_config.c 25 Jul 2007 17:01:00 -0000 1.45 @@ -648,7 +648,7 @@ list = ewl_mvc_data_get(EWL_MVC(o)); v = ewl_config_string_get(ewl_config, EWL_CONFIG_THEME_NAME); - ecore_list_goto_first(list); + ecore_list_first_goto(list); while ((lval = ecore_list_next(list))) { if (!strcmp(v, lval)) @@ -765,7 +765,7 @@ idx = ewl_mvc_selected_get(EWL_MVC(o)); if (idx) { - ecore_list_goto_index(list, idx->row); + ecore_list_index_goto(list, idx->row); v = ecore_list_current(list); if (strcmp(v, ewl_config_string_get(ewl_config, ------------------------------------------------------------------------- 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