wizard comp effect disabling now disables all effects

fix T1345
This commit is contained in:
Mike Blumenkrantz 2014-06-16 12:18:32 -04:00
parent 684637394a
commit 5d63f929b1
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ wizard_page_hide(E_Wizard_Page *pg __UNUSED__)
conf->match.disable_borders =
conf->match.disable_popups =
conf->match.disable_menus =
conf->match.disable_objects =
conf->match.disable_overrides = 1;
}