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 the font list widget to null in advanced so we don't segfault.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_fonts.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_int_config_fonts.c        11 Oct 2006 20:31:10 -0000      1.25
+++ e_int_config_fonts.c        11 Oct 2006 20:41:41 -0000      1.26
@@ -399,6 +399,8 @@
 
    cfdata->cur_index = -1;
    cfdata->evas = evas;
+   cfdata->gui.font_list = NULL;
+   
    o = e_widget_list_add(evas, 0, 0);
   
    /* Create Font Class Widgets */ 



-------------------------------------------------------------------------
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

Reply via email to