fix wrong config value related with scroll

SVN revision: 80537
This commit is contained in:
Jiyoun Park 2012-12-09 05:27:24 +00:00
parent f11ad7850a
commit c552527bf4
1 changed files with 1 additions and 1 deletions

View File

@ -2615,7 +2615,7 @@ _elm_scroll_hold_animator(void *data)
fx = sid->down.hold_x;
fy = sid->down.hold_y;
if ((!sid->hold) && (!sid->freeze) &&
_elm_config->scroll_smooth_amount > 0.0)
_elm_config->scroll_smooth_time_interval > 0.0)
{
int src_index = 0, dst_index = 0, num = 0;
Evas_Coord x = 0, y = 0;