2009-01-22 Alejandro G. Castro <alex@igalia.com>
authorAlejandro G. Castro <alex@igalia.com>
Thu, 22 Jan 2009 10:31:16 +0000 (10:31 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Thu, 22 Jan 2009 10:31:16 +0000 (10:31 +0000)
* src/hildon-pannable-area.c,
(hildon_pannable_area_class_init): Reduced the amount of scrolls
per second to 15, we will check if this is ok regarding
smoothness.

ChangeLog
src/hildon-pannable-area.c

index bfe2d72..9eefbff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
 2009-01-22  Alejandro G. Castro  <alex@igalia.com>
 
        * src/hildon-pannable-area.c,
+       (hildon_pannable_area_class_init): Reduced the amount of scrolls
+       per second to 15, we will check if this is ok regarding
+       smoothness.
+
+2009-01-22  Alejandro G. Castro  <alex@igalia.com>
+
+       * src/hildon-pannable-area.c,
        (hildon_pannable_axis_scroll): Avoid resize if we already have
        reached overshoot_max.
 
index d983e34..de1fe13 100644 (file)
@@ -355,7 +355,7 @@ hildon_pannable_area_class_init (HildonPannableAreaClass * klass)
                                   g_param_spec_uint ("sps",
                                                      "Scrolls per second",
                                                      "Amount of scroll events to generate per second.",
-                                                     0, G_MAXUINT, 25,
+                                                     0, G_MAXUINT, 15,
                                                      G_PARAM_READWRITE |
                                                      G_PARAM_CONSTRUCT));