typos in effect disabling checks

SVN revision: 82630
This commit is contained in:
Mike Blumenkrantz 2013-01-11 11:49:56 +00:00
parent c45902e09c
commit 34aab4c595
1 changed files with 3 additions and 3 deletions

View File

@ -1643,13 +1643,13 @@ _e_comp_win_shadow_setup(E_Comp_Win *cw)
// etc. etc.
list = conf->match.popups;
name = cw->pop->name;
skip = (conf->match.disable_borders);
skip = (conf->match.disable_popups);
}
else if (cw->menu)
{
// FIXME: e has no way to tell e menus apart... need naming
list = conf->match.menus;
skip = (conf->match.disable_borders);
skip = (conf->match.disable_menus);
}
else
{
@ -1659,7 +1659,7 @@ _e_comp_win_shadow_setup(E_Comp_Win *cw)
clas = cw->clas;
role = cw->role;
primary_type = cw->primary_type;
skip = (conf->match.disable_borders);
skip = (conf->match.disable_overrides);
}
if (!skip)