Enlightenment CVS committal Author : pfritz Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: set an unref cb =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/bin/main.c,v retrieving revision 1.74 retrieving revision 1.75 diff -u -3 -r1.74 -r1.75 --- main.c 17 Oct 2007 21:35:07 -0000 1.74 +++ main.c 30 Oct 2007 19:49:55 -0000 1.75 @@ -470,6 +470,7 @@ /* our data will be a list of lists. each of the child lists will * hold a set of tests to be run */ categories = ecore_list_new(); + ecore_list_free_cb_set(categories, ECORE_FREE_CB(ecore_list_destroy)); simple = ecore_list_new(); ecore_list_append(categories, simple); @@ -490,6 +491,8 @@ ewl_model_data_fetch_set(model, ewl_test_cb_category_fetch); ewl_model_data_count_set(model, ewl_model_cb_ecore_list_count); ewl_model_data_expandable_set(model, ewl_test_cb_category_expandable); + ewl_model_data_unref_set(model, + EWL_MODEL_DATA_UNREF(ecore_list_destroy)); ewl_model_expansion_data_fetch_set(model, ewl_test_cb_category_expansion_fetch); ewl_model_expansion_model_fetch_set(model, ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs