allow settings the shelf layer to 'below windows', if it was 'below everything'

SVN revision: 64212
This commit is contained in:
Viktor Kojouharov 2011-10-20 22:05:16 +00:00
parent 7495556872
commit 6e67afe9e3
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
}
else if (cfdata->layer == 1)
{
if ((cfdata->escfg->popup != 0) || (cfdata->escfg->layer != 1))
if ((cfdata->escfg->popup != 1) || (cfdata->escfg->layer != 0))
{
cfdata->escfg->popup = 1;
cfdata->escfg->layer = 0;