projects
/
platform
/
core
/
uifw
/
e-mod-tizen-effect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b19a9
)
add log for resetting ec's launching flag
accepted/tizen/3.0/common/20170810.121146
accepted/tizen/3.0/ivi/20170810.094048
accepted/tizen/3.0/mobile/20170810.094149
accepted/tizen/3.0/tv/20170810.094033
accepted/tizen/3.0/wearable/20170810.094134
submit/tizen_3.0/20170810.035913
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 10 Aug 2017 02:21:11 +0000
(11:21 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 10 Aug 2017 02:25:51 +0000
(11:25 +0900)
Change-Id: I5f2eb93ab2495585e379c49000432124606fd706
src/e_mod_effect.c
patch
|
blob
|
history
diff --git
a/src/e_mod_effect.c
b/src/e_mod_effect.c
index 423df7801947039b832b8be87d5cee71ff83f6a5..cfa6912f21460be94378d8a831ec5dc4c5551131 100644
(file)
--- a/
src/e_mod_effect.c
+++ b/
src/e_mod_effect.c
@@
-231,6
+231,7
@@
_eff_event_send(E_Client *ec, Eina_Bool start, E_Effect_Type type)
ec->extra_animating = EINA_FALSE;
if (ec->launching == EINA_TRUE)
{
+ ELOGF("COMP", "Un-Set launching flag..", ec->pixmap, ec);
ec->launching = EINA_FALSE;
if (ec->first_mapped)
{
@@
-1301,6
+1302,7
@@
_eff_cb_restack_finish_done(void *data, Evas_Object *obj, const char *sig, const
ec_home->extra_animating = EINA_FALSE;
if (ec_home->launching == EINA_TRUE)
{
+ ELOGF("COMP", "Un-Set launching flag..", ec_home->pixmap, ec_home);
ec_home->launching = EINA_FALSE;
if (ec_home->first_mapped)
{