summaryrefslogtreecommitdiff
path: root/src/lib/ecore/ecore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore/ecore.c')
-rw-r--r--src/lib/ecore/ecore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/ecore.c b/src/lib/ecore/ecore.c
index a2779bed86..c1cd2e68fa 100644
--- a/src/lib/ecore/ecore.c
+++ b/src/lib/ecore/ecore.c
@@ -276,7 +276,7 @@ ecore_init(void)
_ecore_main_loop_init();
if (!_ecore_event_init()) goto shutdown_event;
- vpath = efl_add(EFL_VPATH_CORE_CLASS, NULL);
+ vpath = efl_add(EFL_VPATH_CORE_CLASS, efl_main_loop_get());
if (vpath) efl_vpath_manager_register(EFL_VPATH_MANAGER_CLASS, 0, vpath);
_ecore_signal_init();