Enlightenment CVS committal Author : handyande Project : e17 Module : apps/examine
Dir : e17/apps/examine/src Modified Files: examine.c Log Message: New ewl api updates =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -3 -r1.35 -r1.36 --- examine.c 9 Oct 2005 12:12:11 -0000 1.35 +++ examine.c 3 Dec 2005 02:15:18 -0000 1.36 @@ -266,7 +266,7 @@ free(key_tmp); if (prop_item->type == ECORE_CONFIG_STR) { entries[1] = ewl_entry_new(); - ewl_callback_append(entries[1], EWL_CALLBACK_DESELECT, cb_set_str, + ewl_callback_append(entries[1], EWL_CALLBACK_FOCUS_OUT, cb_set_str, prop_item); } else if (prop_item->type == ECORE_CONFIG_INT) { entries[1] = ewl_spinner_new(); @@ -296,7 +296,7 @@ prop_item); } else if (prop_item->type == ECORE_CONFIG_RGB) { entries[1] = ewl_entry_new(); - ewl_callback_append(entries[1], EWL_CALLBACK_DESELECT, cb_set_str, + ewl_callback_append(entries[1], EWL_CALLBACK_FOCUS_OUT, cb_set_str, prop_item); } else if (prop_item->type == ECORE_CONFIG_THM) { ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs