sachiel pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d739c009d336f9438558aa3c437575faad7a0a13

commit d739c009d336f9438558aa3c437575faad7a0a13
Author: Iván Briano <ivan.bri...@intel.com>
Date:   Wed Oct 2 23:19:59 2013 -0300

    Fix shelf autohide config
---
 src/bin/e_int_shelf_config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_int_shelf_config.c b/src/bin/e_int_shelf_config.c
index 2f30651..44bfbd0 100644
--- a/src/bin/e_int_shelf_config.c
+++ b/src/bin/e_int_shelf_config.c
@@ -135,8 +135,8 @@ _basic_check_changed(E_Config_Dialog *cfd __UNUSED__, 
E_Config_Dialog_Data *cfda
    CHECK(autohide_show_action);
    CHECK(desk_show_mode);
    CHECK(desk_list);
-   if (fabs(cfdata->hide_timeout - cfdata->escfg->hide_timeout > 0.19)) return 
1;
-   if (fabs(cfdata->hide_timeout - cfdata->escfg->hide_timeout > 0.04)) return 
1;
+   if (fabs(cfdata->hide_timeout - cfdata->escfg->hide_timeout) > 0.19) return 
1;
+   if (fabs(cfdata->hide_duration - cfdata->escfg->hide_duration) > 0.04) 
return 1;
    return 0;
 }
 

-- 


Reply via email to