stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=27c1155cd4a4c79e7ceb9b3e6e6ccfe1f937f49d

commit 27c1155cd4a4c79e7ceb9b3e6e6ccfe1f937f49d
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Tue Aug 9 23:03:19 2016 +0200

    tests: elm: follow up fix for _animation_disabled_ rename
    
    This is a follow up fix for 4f840c5febe94c16627f034926cb8fdf933b465e
    Due to the abbreviated use in this macro I missed this occurrence.
    
    With this fix it passes make check as well.
---
 src/tests/elementary/elm_test_config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/elementary/elm_test_config.c 
b/src/tests/elementary/elm_test_config.c
index e319543..5f4b0b9 100644
--- a/src/tests/elementary/elm_test_config.c
+++ b/src/tests/elementary/elm_test_config.c
@@ -61,7 +61,7 @@ START_TEST (elm_config_eoapi)
    CONFIG_CHKD(scroll_thumbscroll_border_friction, 0);
    CONFIG_CHKD(scroll_thumbscroll_sensitivity_friction, 1.0);
    CONFIG_CHKB(scroll_thumbscroll_smooth_start, 0);
-   CONFIG_CHKB(scroll_animation_disable, 0);
+   CONFIG_CHKB(scroll_animation_disabled, 0);
    CONFIG_CHKD(scroll_accel_factor, 0);
    CONFIG_CHKD(scroll_thumbscroll_smooth_amount, 0);
    CONFIG_CHKD(scroll_thumbscroll_smooth_time_window, 0);

-- 


Reply via email to