aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlejandro G. Castro <alex@igalia.com>2009-09-08 10:03:03 +0200
committerAlejandro G. Castro <alex@igalia.com>2009-09-08 10:03:03 +0200
commite7ebb4366bbce4a0a9b7b4a04a7e7f0464a0159c (patch)
treeedd28cac80b9908ee9e6266c07fa79975db09227 /ChangeLog
parentdc7f5f35da92050d1422c0a71fd685f2b60db44d (diff)
Fixed problem with the timeout deceleration in pannable.
* hildon/hildon-pannable-area.c, (hildon_pannable_area_timeout): Fixed problem with the timeout function, we need to move before decelerating the first time or we are loosing the first jump. Fixes: NB#137604 (Pannable scroll_to does not move correctly)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba70b4e..11a9ccc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-08 Alejandro G. Castro <alex@igalia.com>
+
+ * hildon/hildon-pannable-area.c,
+ (hildon_pannable_area_timeout): Fixed problem with the timeout
+ function, we need to move before decelerating the first time or we
+ are loosing the first jump.
+
+ Fixes: NB#137604 (Pannable scroll_to does not move correctly)
+
2009-09-07 Claudio Saavedra <csaavedra@igalia.com>
[2.2.0 Release Candidate 3]