Set the font list widget to null in advanced so we don't segfault.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 11 Oct 2006 20:41:41 +0000 (20:41 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 11 Oct 2006 20:41:41 +0000 (20:41 +0000)
SVN revision: 26531

src/bin/e_int_config_fonts.c

index fe26985..15a4d2a 100644 (file)
@@ -399,6 +399,8 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data
 
    cfdata->cur_index = -1;
    cfdata->evas = evas;
+   cfdata->gui.font_list = NULL;
+   
    o = e_widget_list_add(evas, 0, 0);
   
    /* Create Font Class Widgets */