only run a gadcon populate event after module init end

SVN revision: 79829
This commit is contained in:
Mike Blumenkrantz 2012-11-29 12:15:50 +00:00
parent 6d4150fcad
commit d7a5385b2b
1 changed files with 1 additions and 1 deletions

View File

@ -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