SVN revision: 19427
This commit is contained in:
Christopher Michael 2005-12-30 14:21:29 +00:00
parent eb4875d024
commit 66734c5392
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ e_modapi_config(E_Module *m)
Pager_Face *face; Pager_Face *face;
face = l->data; face = l->data;
if (!face) return 0; if (!face) return 0;
if (face->zone = zone) if (face->zone == zone)
{ {
_config_pager_module(con, e); _config_pager_module(con, e);
break; break;