Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: buttons.c Log Message: Consistency. =================================================================== RCS file: /cvs/e/e16/e/src/buttons.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -3 -r1.86 -r1.87 --- buttons.c 16 Apr 2006 22:27:06 -0000 1.86 +++ buttons.c 16 Apr 2006 22:59:26 -0000 1.87 @@ -485,15 +485,14 @@ { Button *b; - for (ecore_list_goto_first(button_list); - (b = ecore_list_next(button_list)) != NULL;) - { - if (id >= 0 && id != b->id) - continue; - if (dsk && dsk != EoGetDesk(b)) - continue; - func(b); - } + ECORE_LIST_FOR_EACH(button_list, b) + { + if (id >= 0 && id != b->id) + continue; + if (dsk && dsk != EoGetDesk(b)) + continue; + func(b); + } } void ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs