elemenatry - backport 82918
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 17 Jan 2013 04:53:04 +0000 (04:53 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 17 Jan 2013 04:53:04 +0000 (04:53 +0000)
SVN revision: 82921

AUTHORS
ChangeLog
NEWS
src/lib/elc_ctxpopup.c

diff --git a/AUTHORS b/AUTHORS
index 99468f0b9eb1f6039b5e320edd88b4895fa18972..7550c13c87f5249d7c273dd8275a29509be062c5 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -64,3 +64,4 @@ Minseok Kim <minseok3.kim@samsung.com>
 Jean-Philippe AndrĂ© <jpeg@videolan.org>
 JiHyeon Seol <jihyeon.seol@samsung.com>
 Igor Murzov <e-mail@date.by>
+Bora Hwang <bora1.hwang@samsung.com>
index fdd3e64c51de6ce61edaa5f463e119c4556b50a2..e21c8ebd55db0116257e94c5a4a4fb694e62d4ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 2013-01-16  Jaeun Choi
 
         * Fix bug where index is not re-filled if autohide disabled
+
+2013-01-17  Bora Hwang (bora1.hwang@samsung.com)
+
+        * when parent of ctxpopup is resized, ctxpopup calls dismissed signal
diff --git a/NEWS b/NEWS
index ea09da52fc18b91b0bbb219541515311bc440837..1328940664d9914dc0944b9817e8748933316f63 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Elementary 1.7.6
+
+Changes since Elementary 1.7.5:
+-------------------------
+
+Fixes:
+
+   * when parent of ctxpopup is resized, ctxpopup calls dismissed signal.
+
 Elementary 1.7.5
 
 Changes since Elementary 1.7.5:
index 423e94688a0f7ee93e8e6069a363cf9fa6232f26..278401d64047e106149ae1bce94ed887bc15501d 100644 (file)
@@ -273,6 +273,7 @@ _parent_resize(void *data,
    wd->dir = ELM_CTXPOPUP_DIRECTION_UNKNOWN;
 
    evas_object_hide(data);
+   evas_object_smart_callback_call(data, SIG_DISMISSED, NULL);
 }
 
 static void