Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_row.c Log Message: Remove unnecessary callback in the row. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_row.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- ewl_row.c 2 Dec 2005 06:19:04 -0000 1.12 +++ ewl_row.c 2 Dec 2005 20:51:41 -0000 1.13 @@ -54,9 +54,6 @@ ewl_callback_append(EWL_WIDGET(row), EWL_CALLBACK_CONFIGURE, ewl_row_configure_cb, NULL); - ewl_callback_prepend(EWL_WIDGET(row), EWL_CALLBACK_DESTROY, - ewl_row_destroy_cb, NULL); - ewl_widget_focusable_set(EWL_WIDGET(row), FALSE); DRETURN_INT(TRUE, DLEVEL_STABLE); @@ -243,19 +240,6 @@ } void -ewl_row_destroy_cb(Ewl_Widget *w, void *ev_data __UNUSED__, - void *user_data __UNUSED__) -{ - DENTER_FUNCTION(DLEVEL_STABLE); - DCHECK_PARAM_PTR("w", w); - DCHECK_TYPE("w", w, "widget"); - - ewl_row_header_set(EWL_ROW(w), NULL); - - DLEAVE_FUNCTION(DLEVEL_STABLE); -} - -void ewl_row_header_configure_cb(Ewl_Widget *w __UNUSED__, void *ev_data __UNUSED__, void *user_data) { ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs