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:
328ea04
)
e_test_helper: set belong_to_parent flag in transient_for_below test helper
76/261476/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 20 Jul 2021 00:30:01 +0000
(09:30 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 20 Jul 2021 00:34:04 +0000
(09:34 +0900)
Change-Id: Ife6a87f8173faacf43e7beeffec15928b4c87d6b
src/bin/e_test_helper.c
patch
|
blob
|
history
diff --git
a/src/bin/e_test_helper.c
b/src/bin/e_test_helper.c
index 176452ee5f61e0f0085c8e4274e784d95475d585..174166a5a7b2b4109268833c842a40fbc9c9c456 100644
(file)
--- a/
src/bin/e_test_helper.c
+++ b/
src/bin/e_test_helper.c
@@
-1169,12
+1169,14
@@
_e_test_helper_cb_set_transient_for_below(const Eldbus_Service_Interface *iface
if (set)
{
e_client_transient_policy_set(ec, E_TRANSIENT_BELOW);
+ e_client_belong_to_parent_set(ec, EINA_TRUE);
e_policy_stack_transient_for_set(ec, pec);
accept = EINA_TRUE;
}
else
{
e_client_transient_policy_set(ec, E_TRANSIENT_ABOVE);
+ e_client_belong_to_parent_set(ec, EINA_FALSE);
e_policy_stack_transient_for_set(ec, NULL);
accept = EINA_TRUE;
}