More ecore_exe naming break'n'fix. Should be all done now.

SVN revision: 19832
This commit is contained in:
David Walter Seikel 2006-01-15 11:27:19 +00:00
parent 0629b30236
commit fe96145090
3 changed files with 3 additions and 3 deletions

View File

@ -1841,7 +1841,7 @@ _e_app_save_order(E_App *app)
static int
_e_apps_cb_exit(void *data, int type, void *event)
{
Ecore_Event_Exe_Exit *ev;
Ecore_Exe_Event_Del *ev;
E_App_Instance *ai;
E_App *a;

View File

@ -451,7 +451,7 @@ e_intl_input_method_config_free (E_Input_Method_Config *imc)
static int
_e_intl_cb_exit(void *data, int type, void *event)
{
Ecore_Event_Exe_Exit *ev;
Ecore_Exe_Event_Del *ev;
ev = event;
if (!ev->exe) return 1;

View File

@ -567,7 +567,7 @@ _e_thumb_generate(void)
static int
_e_thumb_cb_exe_exit(void *data, int type, void *event)
{
Ecore_Event_Exe_Exit *ev;
Ecore_Exe_Event_Del *ev;
E_Thumb_Item *t;
char *ext;