elementary/ctxpopup
authorcnook <kimcinoo@gmail.com>
Wed, 28 Dec 2011 04:17:33 +0000 (04:17 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 28 Dec 2011 04:17:33 +0000 (04:17 +0000)
commiteb6355bb792cc013346dc2b8c99e68d2c810b6d1
tree0858ffcae2204498382f9671d55c510a7d5dadae
parent53ef5039cd99a83f1633fbbf7b02695ba1e42e0f
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>
SVN revision: 66584
src/lib/elc_ctxpopup.c