Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_profiles.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_profiles/e_int_config_profiles.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_int_config_profiles.c     26 Aug 2007 21:41:20 -0000      1.5
+++ e_int_config_profiles.c     7 Oct 2007 21:22:41 -0000       1.6
@@ -266,7 +266,7 @@
    e_widget_table_object_append(ot, ob,
                                     0, 0, 1, 1,
                                     0, 1, 0, 0);
-   ob = e_widget_entry_add(evas, &(cfdata->new_profile));
+   ob = e_widget_entry_add(evas, &(cfdata->new_profile), NULL, NULL, NULL);
    e_widget_min_size_set(ob, 100, 1);
    e_widget_table_object_append(ot, ob,
                                     1, 0, 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