diff --git a/src/tests/elementary/elm_test_config.c b/src/tests/elementary/elm_test_config.c index e319543326..5f4b0b9a6a 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);