projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30cc447
)
e_client: check e_object_del when focus_unset hook call
62/218662/3
author
Junseok, Kim
<juns.kim@samsung.com>
Tue, 26 Nov 2019 11:01:35 +0000
(20:01 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 29 Nov 2019 01:49:35 +0000
(
01:49
+0000)
Change-Id: I8f0bf5e858fda2741222cf0b050ca1820972f09a
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index ade8b516b2538f600436412fb17b5f1cf4e21661..c05f0a276a8c9ed0a45541bfe26128cde3c03c2f 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-5405,7
+5405,8
@@
e_client_focused_set(E_Client *ec)
e_client_unfullscreen(ec_unfocus);
}
- _e_client_hook_call(E_CLIENT_HOOK_FOCUS_UNSET, ec_unfocus);
+ if (!e_object_is_del(E_OBJECT(ec_unfocus)))
+ _e_client_hook_call(E_CLIENT_HOOK_FOCUS_UNSET, ec_unfocus);
/* only send event here if we're not being deleted */
if ((!e_object_is_del(E_OBJECT(ec_unfocus))) &&
(e_object_ref_get(E_OBJECT(ec_unfocus)) > 0))