elementary/pager - fixed for elm_pager_content_bottom_get.
authorChunEon Park <hermet@hermet.pe.kr>
Sat, 4 Jun 2011 10:57:57 +0000 (10:57 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Sat, 4 Jun 2011 10:57:57 +0000 (10:57 +0000)
commit09ac3f1f521cdc462893763d8de4f7320341d311
treee0349f84bcb9d4368d7bd8e5a21176c2033d7cec
parent2bdfa02191adb7fb3a64055c0fcb3432d9a598b1
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.

SVN revision: 59958
src/lib/elm_pager.c