Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_mvc.c Log Message: quick fix to let ewl compile again =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_mvc.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- ewl_mvc.c 20 Oct 2006 04:37:34 -0000 1.8 +++ ewl_mvc.c 20 Oct 2006 12:39:58 -0000 1.9 @@ -22,8 +22,10 @@ static void ewl_mvc_selected_change_notify(Ewl_MVC *mvc); static void ewl_mvc_selected_rm_item(Ewl_MVC *mvc, Ewl_Selection *sel, int row, int column); +/* XXX This function is currently not implemented static void ewl_mvc_cb_highlight_destroy(Ewl_Widget *w, void *ev, void *data); +*/ static void ewl_mvc_cb_sel_free(void *data); /** @@ -1078,8 +1080,8 @@ h = ewl_highlight_new(); ewl_highlight_follow_set(EWL_HIGHLIGHT(h), w); ewl_container_child_append(EWL_CONTAINER(c), h); - ewl_callback_append(h, EWL_CALLBACK_DESTROY, - ewl_mvc_cb_highlight_destroy, mvc); +// ewl_callback_append(h, EWL_CALLBACK_DESTROY, +// ewl_mvc_cb_highlight_destroy, mvc); ewl_widget_show(h); if (sel->type == EWL_SELECTION_TYPE_INDEX) ------------------------------------------------------------------------- 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