elementary/pager - fixed for elm_pager_content_bottom_get.
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 4 Jun 2011 10:57:57 +0000 (10:57 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 4 Jun 2011 10:57:57 +0000 (10:57 +0000)
commit091d1244349d395303f4526f6f3d86ba8770e3a2
treee0349f84bcb9d4368d7bd8e5a21176c2033d7cec
parentc4af108f06862ac91c46ea08544f2d6817409bbe
elementary/pager - fixed for elm_pager_content_bottom_get.

if user call the elm_pager_content_pop when pager has two items on the stack,
the bottom item can be incorrect. so when user call the content_bottom_get right after pop,
the returned item would be not bottom content but top.

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@59958 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elm_pager.c