rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=2ac1d41e344f0c0e57e067f0fe4f7b0c557ef84c

commit 2ac1d41e344f0c0e57e067f0fe4f7b0c557ef84c
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Fri Mar 25 10:00:15 2016 +0200

    tabs: fix crash on CTRL+W
---
 src/bin/ui/tabs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/ui/tabs.c b/src/bin/ui/tabs.c
index 29ad22b..bb08b9e 100644
--- a/src/bin/ui/tabs.c
+++ b/src/bin/ui/tabs.c
@@ -656,6 +656,8 @@ _shortcut_tab_close_cb(void *data __UNUSED__,
                        Evas_Object *obj __UNUSED__,
                        void *event_info __UNUSED__)
 {
+   /* trigger focus out callback on entries before closing tab */
+   elm_object_focus_set(tabs.toolbar, true);
    tabs_current_tab_close();
 }
 

-- 


Reply via email to