Keep the selected bg across basic/advanced switching.
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 23 Jan 2006 04:35:03 +0000 (04:35 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 23 Jan 2006 04:35:03 +0000 (04:35 +0000)
SVN revision: 19978

src/bin/e_int_config_background.c

index 26e7833..a1bdbb1 100644 (file)
@@ -97,8 +97,6 @@ _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cf
    Evas_Object *o, *ot, *of, *il, *im;
    char path[4096];
    
-   _fill_data(cfdata);
-
    ot = e_widget_table_add(evas, 0);
    il = e_widget_ilist_add(evas, 48, 48, &(cfdata->bg));
 
@@ -167,8 +165,6 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data
    E_Radio_Group *rg;
    char path[4096];
    
-   _fill_data(cfdata);
-
    ot = e_widget_table_add(evas, 0);
    il = e_widget_ilist_add(evas, 48, 48, &(cfdata->bg));
    cfdata->il = il;