Add missed trap

SVN revision: 19424
This commit is contained in:
Christopher Michael 2005-12-30 14:09:06 +00:00
parent 1cebd90d14
commit 8e0ee56223
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ e_modapi_config(E_Module *m)
ib = m->data;
if (!ib) return 0;
if (!ib->bars) return 0;
for (l = ib->bars; l; l = l->next)
{
IBar_Bar *ibb;