Enlightenment CVS committal

Author  : morlenxus
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        e_mod_config.c 


Log Message:
API breakage: e_widget_entry_add() allows now to set a cb function for text 
change events.

===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_config.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_mod_config.c      21 Jan 2007 08:57:12 -0000      1.20
+++ e_mod_config.c      7 Oct 2007 21:26:48 -0000       1.21
@@ -103,7 +103,7 @@
    ot = e_widget_frametable_add(evas, D_("Mixer Application"), 1);
    ob = e_widget_check_add(evas, D_("Launch Mixer App"), &(cfdata->use_app));
    e_widget_frametable_object_append(ot, ob, 0, 0, 1, 1, 1, 0, 1, 0);
-   ob = e_widget_entry_add(evas, &cfdata->app);
+   ob = e_widget_entry_add(evas, &cfdata->app, NULL, NULL, NULL);
    e_widget_frametable_object_append(ot, ob, 0, 1, 1, 1, 1, 0, 1, 0);
 
    e_widget_list_object_append(o, ot, 1, 1, 0.5);



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