summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2016-03-15 02:23:31 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2016-03-15 02:24:33 +0900
commit5be93970feddb74feb6f132b89fb32cb5a4f118a (patch)
tree79bb667ac210e91f84e97be550e5d0baaa5a6b2e
parent61dd6dd44864833692c6b149d70d5c46ad6509ee (diff)
downloadelementary-5be93970feddb74feb6f132b89fb32cb5a4f118a.tar.gz
config: Fix wrong scroll config variables.
This was recovered by Coverity CID 1352816 and 1352817.
-rw-r--r--src/lib/elm_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c
index 2176432e1..d957aa995 100644
--- a/src/lib/elm_config.c
+++ b/src/lib/elm_config.c
@@ -1727,8 +1727,8 @@ _config_load(void)
_elm_config->thumbscroll_border_friction = 0.5;
_elm_config->thumbscroll_sensitivity_friction = 0.25; // magic number! just trial and error shows this makes it behave "nicer" and not run off at high speed all the time
_elm_config->scroll_smooth_start_enable = EINA_TRUE;
- _elm_config->scroll_smooth_start_enable = EINA_FALSE;
- _elm_config->scroll_smooth_amount = 7.0;
+ _elm_config->scroll_animation_disable = EINA_FALSE;
+ _elm_config->scroll_accel_factor = 7.0;
// _elm_config->scroll_smooth_time_interval = 0.008; // not used anymore
_elm_config->scroll_smooth_amount = 1.0;
// _elm_config->scroll_smooth_history_weight = 0.3; // not used anymore