Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_fonts.c Log Message: Set font entry widget to null in Basic Mode to avoid potential segfault. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_fonts.c,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- e_int_config_fonts.c 11 Oct 2006 20:41:41 -0000 1.26 +++ e_int_config_fonts.c 11 Oct 2006 21:29:57 -0000 1.27 @@ -287,6 +287,8 @@ cfdata->cur_index = -1; cfdata->evas = evas; + cfdata->gui.font = NULL; + o = e_widget_list_add(evas, 0, 0); ot = e_widget_table_add(evas, 0); ------------------------------------------------------------------------- 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