projects
/
apps
/
core
/
preloaded
/
taskmanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70f3cb2
)
Fix N_SE-37229 : Taskmanger opens when running app opens by pushing home key.
author
hhh.kwon
<hhh.kwon@samsung.com>
Thu, 2 May 2013 10:18:26 +0000
(19:18 +0900)
committer
hhh.kwon
<hhh.kwon@samsung.com>
Thu, 2 May 2013 10:18:26 +0000
(19:18 +0900)
src/_logic.c
patch
|
blob
|
history
diff --git
a/src/_logic.c
b/src/_logic.c
index 47f165f43fbc7b83c6958ed4b5eb5115f389e4ec..8d9febec58ee5329c310951ed279a6ed76f0bc3b 100755
(executable)
--- a/
src/_logic.c
+++ b/
src/_logic.c
@@
-173,7
+173,7
@@
_D("%s\n", __func__);
if(ev == NULL) {
_E("Invalid argument: event is NULL\n");
-
ad->exit_timer = ecore_timer_add(0.3, _exit_cb,
ad);
+
_exit_cb(
ad);
return ECORE_CALLBACK_CANCEL;
}
@@
-187,7
+187,7
@@
_D("%s\n", __func__);
}
if (ev->message_type == a_deact) {
-
ad->exit_timer = ecore_timer_add(0.3, _exit_cb,
ad);
+
_exit_cb(
ad);
return ECORE_CALLBACK_CANCEL;
} else {
_D("messagre is act\n");