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)
commit210d9760fee466d080ef5d3cd641ce71c366b279
tree2d7b894dbee4c4831c085cd1a192c99dffa6d979
parentd22607950d61a4ead3515db7aafe9b53811d0092
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
legacy/elementary/src/lib/elm_pager.c