seoz pushed a commit to branch master.
commit e069e4266298370e6f31da7ac0423c2330508b7b
Author: Hosang Kim <[email protected]>
Date: Tue Jul 2 22:50:59 2013 +0900
[config] fixed wrong function name for scroller config
Should call elm_config_scroll_thumbscroll_hold_threshold_get but this line
calls elm_config_scroll_thumbscroll_threshold_get.
---
src/bin/config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/config.c b/src/bin/config.c
index d09d210..6c3520f 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -2859,7 +2859,7 @@ _status_config_scrolling(Evas_Object *win,
elm_slider_unit_format_set(sl, "%1.0f pixels");
elm_slider_indicator_format_set(sl, "%1.0f");
elm_slider_min_max_set(sl, 4.0, 500.0);
- elm_slider_value_set(sl, elm_config_scroll_thumbscroll_threshold_get());
+ elm_slider_value_set(sl,
elm_config_scroll_thumbscroll_hold_threshold_get());
elm_box_pack_end(bx, sl);
evas_object_show(sl);
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev