[*] merge with svn revision 64406
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 26 Oct 2011 05:51:59 +0000 (05:51 +0000)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Mon, 31 Oct 2011 10:32:01 +0000 (19:32 +0900)
commit7ab9377c8db97c0c1cd2a282d8814a75b581c992
treedfe1844aac0c0b386bc3adc80bff8f09e10ea174
parent397095dbf10644a93cab28470bd4bbad884283c5
[*] merge with svn revision 64406

From: Jaehwan Kim <jae.hwan.kim@samsung.com>

I found a problem in els_scroller. When the scroller is resized, it shows the location of
the coordination which was saved into wanted_coordination. If you don't use the page,
it is no matter. But if you use the page function, the animation of the scroller is operated
by _smart_scrollto_x_animator, not by _smart_momentum_animator.
In _smart_scrollto_x_animator, therer isn't _update_wanted_coordinates. So the value of
wanted_coordination doesn't update. I think _update_wanted_coordinates have to be added in
_smart_scrollto_x_animator and _smart_scrollto_y_animator.
Please check the attached patch file.

Change-Id: I14f92c38047d165f5df322e1b25637c1794a0044
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@64406 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/els_scroller.c