Enlightenment CVS committal Author : morlenxus Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/conf_mousebindings Modified Files: e_int_config_mousebindings.c Log Message: API breakage: e_widget_entry_add() allows now to set a cb function for text change events. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/conf_mousebindings/e_int_config_mousebindings.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_int_config_mousebindings.c 13 Sep 2007 21:13:39 -0000 1.2 +++ e_int_config_mousebindings.c 7 Oct 2007 21:22:41 -0000 1.3 @@ -326,7 +326,7 @@ e_widget_table_object_append(ot, of, 0, 0, 3, 1, 1, 1, 1, 1); of = e_widget_framelist_add(evas, _("Action Params"), 0); - ob = e_widget_entry_add(evas, &(cfdata->locals.params)); + ob = e_widget_entry_add(evas, &(cfdata->locals.params), NULL, NULL, NULL); e_widget_disabled_set(ob, 1); cfdata->gui.o_params = ob; e_widget_framelist_object_append(of, ob); ------------------------------------------------------------------------- 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