Enlightenment CVS committal Author : sndev Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_gadcon_config.c Log Message: oooppps. NULL check was not performed => strange items in the list :) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- e_int_gadcon_config.c 21 May 2006 11:20:30 -0000 1.10 +++ e_int_gadcon_config.c 28 May 2006 11:28:14 -0000 1.11 @@ -422,9 +422,9 @@ if (cc->func.icon) icon = cc->func.icon(evas); } - e_widget_ilist_append(oi, icon, label, - _cb_select_client_instance, - cfdata, (char *)cf_gcc->name); + if (label) + e_widget_ilist_append(oi, icon, label, _cb_select_client_instance, + cfdata, (char *)cf_gcc->name); } e_widget_ilist_go(oi); ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs