From 34aab4c595a98aac3440e6182473ecf5d006fdd3 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 11 Jan 2013 11:49:56 +0000 Subject: [PATCH] typos in effect disabling checks SVN revision: 82630 --- src/bin/e_comp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 5f3a2f758..95129d5ce 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -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)