summaryrefslogtreecommitdiff
path: root/src/lib/ecore/ecore_poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore/ecore_poll.c')
-rw-r--r--src/lib/ecore/ecore_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/ecore_poll.c b/src/lib/ecore/ecore_poll.c
index 9057d992a7..886e6531cf 100644
--- a/src/lib/ecore/ecore_poll.c
+++ b/src/lib/ecore/ecore_poll.c
@@ -394,7 +394,7 @@ ecore_poller_del(Ecore_Poller *obj)
if (!obj) return NULL;
EINA_MAIN_LOOP_CHECK_RETURN_VAL(NULL);
- Ecore_Poller_Private_Data *poller = eo_data_get(obj, MY_CLASS);
+ Ecore_Poller_Private_Data *poller = eo_data_scope_get(obj, MY_CLASS);
/* we are walking the poller list - a bad idea to remove from it while
* walking it, so just flag it as delete_me and come back to it after
* the loop has finished */