From d7a5385b2b5192b3fc662e1b6746a7e5eb17d963 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 29 Nov 2012 12:15:50 +0000 Subject: [PATCH] only run a gadcon populate event after module init end SVN revision: 79829 --- src/bin/e_gadcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c index 39e8069fe..efb453ca5 100644 --- a/src/bin/e_gadcon.c +++ b/src/bin/e_gadcon.c @@ -5624,7 +5624,7 @@ _e_gadcon_provider_populate_job(void *data __UNUSED__) x++; } if (freeze) e_gadcon_layout_thaw(gc->o_container); - if (x) _e_gadcon_event_populate(gc); + if (x && _modules_loaded) _e_gadcon_event_populate(gc); } //out: #ifndef E17_RELEASE_BUILD