Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_color_classes.c Log Message: Reset to default colors when a class is disabled. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_color_classes.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- e_int_config_color_classes.c 10 Oct 2006 13:37:37 -0000 1.18 +++ e_int_config_color_classes.c 11 Oct 2006 03:53:31 -0000 1.19 @@ -515,9 +515,24 @@ icon = edje_object_add(evas_object_evas_get(cfdata->gui.ilist)); e_util_edje_icon_set(icon, "enlightenment/e"); } - else - icon = NULL; - + else + { + c->r = 255; + c->g = 255; + c->b = 255; + c->a = 255; + c->r2 = 0; + c->g2 = 0; + c->b2 = 0; + c->a2 = 255; + c->r3 = 0; + c->g3 = 0; + c->b3 = 0; + c->a3 = 255; + icon = NULL; + _update_colors(cfdata, c); + } + e_widget_ilist_nth_icon_set(cfdata->gui.ilist, n, icon); break; } ------------------------------------------------------------------------- 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