=== modified file 'libmokoui/moko-finger-scroll.c'
--- old/libmokoui/moko-finger-scroll.c	2008-04-10 02:35:55 +0000
+++ new/libmokoui/moko-finger-scroll.c	2008-04-10 09:27:13 +0000
@@ -584,14 +584,14 @@
 		priv->vel_x = speed_x * (gdouble)priv->sps / 1000;	
 		priv->vel_y = speed_y * (gdouble)priv->sps / 1000;
 
-		/*if( ABS(priv->vel_x )<20)
+		if( ABS(priv->vel_x )<20)
 		{
 			priv->vel_x = 0;
 		}
 		if(ABS(priv->vel_y )<20)
 		{	
 			priv->vel_y = 0;
-		}*/
+		}
 	}
 	
 	child = moko_finger_scroll_get_topmost (
@@ -936,7 +936,7 @@
 			"Scroll mode",
 			"Change the finger-scrolling mode.",
 			MOKO_TYPE_FINGER_SCROLL_MODE,
-			MOKO_FINGER_SCROLL_MODE_ACCEL,
+			MOKO_FINGER_SCROLL_MODE_AUTO,
 			G_PARAM_READWRITE | G_PARAM_CONSTRUCT));
 
 	g_object_class_install_property (


