prevent module init end event from getting canceled here

SVN revision: 75066
This commit is contained in:
Mike Blumenkrantz 2012-08-10 06:55:41 +00:00
parent e5b196862d
commit 3c2e02bf8b
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ _e_remember_restore_cb(void *data __UNUSED__, int type __UNUSED__, void *event _
if (handlers) eina_list_free(handlers);
handlers = NULL;
return ECORE_CALLBACK_DONE;
return ECORE_CALLBACK_PASS_ON;
}
EAPI E_Remember *