Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/data Modified Files: evas_list.c Log Message: and that was just SILLEH! - fix. fast fix. =================================================================== RCS file: /cvs/e/e17/libs/evas/src/lib/data/evas_list.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- evas_list.c 27 Jul 2006 19:27:34 -0000 1.23 +++ evas_list.c 27 Jul 2006 19:33:04 -0000 1.24 @@ -202,7 +202,7 @@ for (l = list; l; l = l->next) { if (l->data == relative) - return evas_list_append_relative_list(list, data, relative); + return evas_list_append_relative_list(list, data, l); } return evas_list_append(list, data); } @@ -291,7 +291,7 @@ for (l = list; l; l = l->next) { if (l->data == relative) - return evas_list_prepend_relative_list(list, data, relative); + return evas_list_prepend_relative_list(list, data, l); } return evas_list_prepend(list, data); } ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs