Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_config.c Log Message: No need to waste cycles. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_config.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- e_config.c 13 Feb 2005 10:42:11 -0000 1.21 +++ e_config.c 15 Feb 2005 17:16:02 -0000 1.22 @@ -167,7 +167,7 @@ E_Config_Module *em; em = e_config->modules->data; - e_config->modules = evas_list_remove(e_config->modules, em); + e_config->modules = evas_list_remove_list(e_config->modules, e_config->modules); E_FREE(em->name); E_FREE(em); } @@ -176,7 +176,7 @@ E_Config_Binding *eb; eb = e_config->bindings->data; - e_config->bindings = evas_list_remove(e_config->bindings, eb); + e_config->bindings = evas_list_remove_list(e_config->bindings, e_config->bindings); E_FREE(eb); } E_FREE(e_config->desktop_default_background); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs