summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinho Kim <minho07.kim@samsung.com>2013-07-05 18:34:53 +0900
committerMinho Kim <minho07.kim@samsung.com>2013-07-05 18:34:53 +0900
commit7437dea0ef82c86b30a2a3d4cba3fc450ef99e4c (patch)
treea7e67a13fbf12ccf92fea93eab948bac8e7f57cf
parentf9c2001ddd34c3b9673ec19a80e460f187f6daea (diff)
downloadstarter-7437dea0ef82c86b30a2a3d4cba3fc450ef99e4c.tar.gz
starter-7437dea0ef82c86b30a2a3d4cba3fc450ef99e4c.tar.bz2
starter-7437dea0ef82c86b30a2a3d4cba3fc450ef99e4c.zip
Applying syspopup destroy on key press event.
-rwxr-xr-xsrc/hw_key.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hw_key.c b/src/hw_key.c
index ee51cb2..f4f3223 100755
--- a/src/hw_key.c
+++ b/src/hw_key.c
@@ -231,6 +231,8 @@ static Eina_Bool _key_press_cb(void *data, int type, void *event)
key_info.long_press = NULL;
}
+ syspopup_destroy_all();
+
key_info.long_press = ecore_timer_add(0.5, _launch_taskmgr_cb, NULL);
if (!key_info.long_press)
_E("Failed to add timer for long press detection");