diff --git a/legacy/elementary/AUTHORS b/legacy/elementary/AUTHORS index 42e3fd58bf..792337a235 100644 --- a/legacy/elementary/AUTHORS +++ b/legacy/elementary/AUTHORS @@ -73,3 +73,4 @@ Murilo Belluzzo Ricardo de Almeida Gonzaga Gwanglim Lee JaeHyun Jo +Bora Hwang diff --git a/legacy/elementary/ChangeLog b/legacy/elementary/ChangeLog index 1280d9426b..b4c2a933a2 100644 --- a/legacy/elementary/ChangeLog +++ b/legacy/elementary/ChangeLog @@ -923,3 +923,9 @@ 2013-01-16 Daniel Juyung Seo (SeoZ) * Fix thumb theme hook. + +2013-01-17 Bora Hwang (bora1.hwang@samsung.com) + + * when parent of ctxpopup is resized, ctxpopup calls dismissed signal + + diff --git a/legacy/elementary/NEWS b/legacy/elementary/NEWS index d7a7fcb42a..7998828038 100644 --- a/legacy/elementary/NEWS +++ b/legacy/elementary/NEWS @@ -133,6 +133,7 @@ Removals: to deprecation. Thus, people using that (unstable) API will have to adapt themselves. * Deprecate elm_label_slide_set(), elm_label_slide_get(). + * when parent of ctxpopup is resized, ctxpopup calls dismissed signal. Changes since Elementary 1.0.0: ------------------------- diff --git a/legacy/elementary/src/lib/elc_ctxpopup.c b/legacy/elementary/src/lib/elc_ctxpopup.c index 01782db8c3..f79c38aa45 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.c +++ b/legacy/elementary/src/lib/elc_ctxpopup.c @@ -615,6 +615,7 @@ _on_parent_resize(void *data, sd->dir = ELM_CTXPOPUP_DIRECTION_UNKNOWN; evas_object_hide(data); + evas_object_smart_callback_call(data, SIG_DISMISSED, NULL); } static void