Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_mime.c Log Message: Use list_remove_list as we already have the node we want, and break afterward as we don't need to keep iterating. Thanks raster :) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_mime.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- e_int_config_mime.c 3 Nov 2006 19:01:50 -0000 1.7 +++ e_int_config_mime.c 4 Nov 2006 02:04:39 -0000 1.8 @@ -281,7 +281,9 @@ evas_stringshare_del(mi->mime); if (mi->icon) evas_stringshare_del(mi->icon); - e_config->mime_icons = evas_list_remove(e_config->mime_icons, mi); + e_config->mime_icons = evas_list_remove_list(e_config->mime_icons, + e_config->mime_icons); + break; } _fill_data(cfdata); _fill_list(cfdata); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs