elementary/ctxpopup
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Dec 2011 04:17:33 +0000 (04:17 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 28 Dec 2011 04:17:33 +0000 (04:17 +0000)
commit438d95674cd46af7dd4eee6415ba553538d331ea
tree0858ffcae2204498382f9671d55c510a7d5dadae
parent0c264fce1d33e0756c7f1b38993ff53137c7f425
elementary/ctxpopup

The ctxpopup had used elm_ojbect_scroll_freeze_push(), pop() for the
scroll-freeze-on,of callback.
If user calls elm_object_scroll_freeze_pop() only after
elm_ojbect_scroll_freeze_push(), then it will be fine.
But sometimes user calls elm_object_scroll_freeze_pop() two times in a
row.. Then you can find there is infinite loop in following..

Signed-Off-By: cnook <kimcinoo@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@66584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/elc_ctxpopup.c