summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-08-09 23:03:19 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2016-08-09 23:03:19 +0200
commit27c1155cd4a4c79e7ceb9b3e6e6ccfe1f937f49d (patch)
treef347bbd8d25c2cf140cf3efbca8850e909c5ce12
parentb8599bff9f0f45703373d7b52b0a25a4abd290f7 (diff)
downloadefl-27c1155cd4a4c79e7ceb9b3e6e6ccfe1f937f49d.tar.gz
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.
-rw-r--r--src/tests/elementary/elm_test_config.c2
1 files changed, 1 insertions, 1 deletions
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);