Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: ewl_theme_test.c Log Message: Fix a segv from incorrect widget type being passed. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_theme_test.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- ewl_theme_test.c 24 Oct 2005 04:39:57 -0000 1.11 +++ ewl_theme_test.c 21 Nov 2005 05:24:22 -0000 1.12 @@ -29,7 +29,7 @@ ewl_container_child_iterate_begin (EWL_CONTAINER (cell)); text = ewl_container_child_next (EWL_CONTAINER (cell)); - theme_name = ewl_text_text_get (EWL_TEXT (text)); + theme_name = ewl_label_text_get (EWL_LABEL (text)); ext = ".edj"; len1 = strlen (theme_list_dir); ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs