diff options
author | Alejandro G. Castro <alex@igalia.com> | 2009-09-08 10:03:03 +0200 |
---|---|---|
committer | Alejandro G. Castro <alex@igalia.com> | 2009-09-08 10:03:03 +0200 |
commit | e7ebb4366bbce4a0a9b7b4a04a7e7f0464a0159c (patch) | |
tree | edd28cac80b9908ee9e6266c07fa79975db09227 /ChangeLog | |
parent | dc7f5f35da92050d1422c0a71fd685f2b60db44d (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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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] |