Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_entry.c ewl_table.c Log Message: Remove a debugging insert on the entry. Typecast to avoid warning with the cell. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_entry.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_entry.c 22 Mar 2005 16:36:35 -0000 1.7 +++ ewl_entry.c 28 Mar 2005 03:53:08 -0000 1.8 @@ -840,7 +840,6 @@ evas_object_clip_set(e->textobj, w->fx_clip_box); evas_object_pass_events_set(e->textobj, 1); - evas_object_textblock_text_insert(e->textobj, "a "); /* * Apply previous operations and update the size of the entry =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_table.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ewl_table.c 5 Mar 2005 20:53:05 -0000 1.2 +++ ewl_table.c 28 Mar 2005 03:53:08 -0000 1.3 @@ -120,7 +120,7 @@ DENTER_FUNCTION(DLEVEL_STABLE); DCHECK_PARAM_PTR("table", table); - cell = ewl_cell_new (); + cell = (Ewl_Cell *)ewl_cell_new (); ewl_container_child_append (EWL_CONTAINER (cell), 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs