Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_wallpaper_gradient.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_wallpaper/e_int_config_wallpaper_gradient.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_wallpaper_gradient.c   4 Jul 2007 15:09:24 -0000       1.1
+++ e_int_config_wallpaper_gradient.c   7 Oct 2007 21:22:41 -0000       1.2
@@ -129,7 +129,7 @@
    evas_object_show(o);
    e_widget_table_object_append(ott, o, 0, 2, 1, 1, 0, 1, 0, 1);
 
-   o = e_widget_entry_add(evas, &(cfdata->name));
+   o = e_widget_entry_add(evas, &(cfdata->name), NULL, NULL, NULL);
    evas_object_show(o);
    e_widget_table_object_append(ott, o, 1, 0, 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