woohyun pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=80e959b3588e86aab021bae4f80d2b3e71684fd5

commit 80e959b3588e86aab021bae4f80d2b3e71684fd5
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Tue Apr 29 15:39:41 2014 +0900

    notify_test: When elm_notify is shown, set focus to it.
---
 src/bin/test_notify.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/test_notify.c b/src/bin/test_notify.c
index e7c63ba..03bf890 100644
--- a/src/bin/test_notify.c
+++ b/src/bin/test_notify.c
@@ -8,6 +8,7 @@ _bt(void *data, Evas_Object *obj EINA_UNUSED, void *event_info 
EINA_UNUSED)
 {
    Evas_Object *notify = data;
    evas_object_show(notify);
+   elm_object_focus_set(notify, EINA_TRUE);
 }
 
 static void

-- 


Reply via email to