e: revert change of return value for callback

No need to cancel the event, others might want it.

SVN revision: 57392
This commit is contained in:
Sebastian Dransfeld 2011-02-27 16:30:44 +00:00
parent a565e9f077
commit 80ae44090b
1 changed files with 1 additions and 1 deletions

View File

@ -86,5 +86,5 @@ _e_startup_event_cb(void *data, int ev_type __UNUSED__, void *ev __UNUSED__)
start_app_pos = 0;
free(buf);
_e_startup();
return ECORE_CALLBACK_CANCEL;
return ECORE_CALLBACK_PASS_ON;
}