Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src Modified Files: ewl_widget.c Log Message: - need to set the widgets state on realize if we have one - without this the checkbuttons woudn't pick up their checked state if you set it before realize =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_widget.c,v retrieving revision 1.128 retrieving revision 1.129 diff -u -3 -r1.128 -r1.129 --- ewl_widget.c 16 Dec 2004 15:07:14 -0000 1.128 +++ ewl_widget.c 22 Dec 2004 23:15:38 -0000 1.129 @@ -1073,6 +1073,8 @@ * Set up the theme object on the widgets evas */ if (w->theme_object) { + if (w->bit_state) + edje_object_signal_emit(w->theme_object, w->bit_state, "EWL"); evas_object_layer_set(w->theme_object, ewl_widget_layer_sum_get(w)); ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs