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:
5fcb826
)
Remove checking elm init count
32/100032/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 25 Nov 2016 01:57:32 +0000
(10:57 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Fri, 25 Nov 2016 01:57:32 +0000
(10:57 +0900)
Change-Id: Ie850d8d4201ad2d2a2cb7b6d228eb9ffaf4f7b3e
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
b70ee32
..
b9f062a
100644
(file)
--- a/
src/appcore-efl.c
+++ b/
src/appcore-efl.c
@@
-1075,8
+1075,7
@@
static void __after_loop(struct ui_priv *ui)
__appcore_timer_del(ui);
- /* Check the launchpad-loader case */
- while (elm_shutdown() > 0);
+ elm_shutdown();
}
static int __set_data(struct ui_priv *ui, const char *name,