Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_mvc.c Log Message: - use the new apis =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_mvc.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- ewl_mvc.c 19 Aug 2007 05:02:23 -0000 1.29 +++ ewl_mvc.c 19 Aug 2007 17:14:14 -0000 1.30 @@ -309,7 +309,7 @@ if (mvc->selection_mode == EWL_SELECTION_MODE_NONE) DRETURN(DLEVEL_STABLE); - while ((sel = ecore_list_remove_first(mvc->selected))) + while ((sel = ecore_list_first_remove(mvc->selected))) ewl_mvc_selection_free(sel); DLEAVE_FUNCTION(DLEVEL_STABLE); @@ -345,7 +345,7 @@ } ewl_mvc_selected_insert(mvc, NULL, NULL, - ecore_list_remove_first(list), 0, 0); + ecore_list_first_remove(list), 0, 0); if (mvc->selection_mode == EWL_SELECTION_MODE_MULTI) { @@ -766,7 +766,7 @@ { Ewl_Selection_Range *ptr; - while ((ptr = ecore_list_remove_first(intersections))) + while ((ptr = ecore_list_first_remove(intersections))) { /* if range is contained inside current then * this can be the only intersection. we add ------------------------------------------------------------------------- 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