projects
/
platform
/
core
/
appfw
/
app-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6bbaf3
)
Add an exception handling about app group
46/115546/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 20 Feb 2017 09:24:50 +0000
(18:24 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Mon, 20 Feb 2017 09:25:39 +0000
(18:25 +0900)
Change-Id: I8a74647d5007a708a96e10d82343100ddd604b29
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/appcore-efl.c
patch
|
blob
|
history
diff --git
a/src/appcore-efl.c
b/src/appcore-efl.c
index 97c0c43e4a3ac46e225cbbda3d010128f38cdd74..e1741159802e79d2cddd05706900db549ba3b68a 100644
(file)
--- a/
src/appcore-efl.c
+++ b/
src/appcore-efl.c
@@
-802,7
+802,8
@@
static Eina_Bool __show_cb(void *data, int type, void *event)
}
#endif
- appcore_group_attach();
+ if (ev->data[0] != 0)
+ appcore_group_attach();
return ECORE_CALLBACK_RENEW;
}