Emotion Generic: pass on when ecore event data cb fails

SVN revision: 69565
This commit is contained in:
Bruno Dilly 2012-03-22 12:01:55 +00:00
parent 77a76443ec
commit 17cd965cba
1 changed files with 2 additions and 2 deletions

View File

@ -830,8 +830,8 @@ _player_data_cb(void *data, int type __UNUSED__, void *event)
if (ev->exe != evideo->player.exe)
{
ERR("slave != ev->exe");
return ECORE_CALLBACK_DONE;
INF("slave != ev->exe");
return ECORE_CALLBACK_PASS_ON;
}
for (i = 0; ev->lines[i].line; i++)