Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_exebuf


Modified Files:
        e_int_config_exebuf.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_exebuf/e_int_config_exebuf.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_exebuf.c       22 Aug 2007 10:23:53 -0000      1.2
+++ e_int_config_exebuf.c       7 Oct 2007 21:22:40 -0000       1.3
@@ -186,7 +186,7 @@
    of = e_widget_framelist_add(evas, _("Terminal Settings"), 0);      
    ob = e_widget_label_add(evas, _("Terminal Command (CTRL+RETURN to 
utilize)"));
    e_widget_framelist_object_append(of, ob);
-   ob = e_widget_entry_add(evas, &(cfdata->term_cmd));
+   ob = e_widget_entry_add(evas, &(cfdata->term_cmd), NULL, NULL, NULL);
    e_widget_framelist_object_append(of, ob);
    e_widget_table_object_append(ot, of, 0, 2, 1, 1, 1, 1, 1, 1);
 



-------------------------------------------------------------------------
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

Reply via email to