From 6e67afe9e3eb21126a1f0261725a5faa87899013 Mon Sep 17 00:00:00 2001 From: Viktor Kojouharov Date: Thu, 20 Oct 2011 22:05:16 +0000 Subject: [PATCH] allow settings the shelf layer to 'below windows', if it was 'below everything' SVN revision: 64212 --- src/bin/e_int_shelf_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_int_shelf_config.c b/src/bin/e_int_shelf_config.c index f8e2c2191..3ba42c6c0 100644 --- a/src/bin/e_int_shelf_config.c +++ b/src/bin/e_int_shelf_config.c @@ -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;