projects
/
platform
/
core
/
api
/
inputmethod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad01ac1
)
Fix bug that checking ime running status when called ime_event_unset_process_input_de...
94/114094/1
author
sungwook79.park
<sungwook79.park@samsung.com>
Fri, 10 Feb 2017 04:06:00 +0000
(13:06 +0900)
committer
sungwook79.park
<sungwook79.park@samsung.com>
Fri, 10 Feb 2017 04:06:00 +0000
(13:06 +0900)
Change-Id: I759f6881c7d14528ca30c1e4e8d68e58ec7dd7c8
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
src/inputmethod.cpp
patch
|
blob
|
history
diff --git
a/src/inputmethod.cpp
b/src/inputmethod.cpp
index
6919d3d
..
9f44c18
100644
(file)
--- a/
src/inputmethod.cpp
+++ b/
src/inputmethod.cpp
@@
-1972,11
+1972,6
@@
int ime_event_unset_process_input_device_event_cb(void)
{
ime_error_e retVal = IME_ERROR_NONE;
- if (!g_running) {
- LOGW("IME_ERROR_OPERATION_FAILED");
- return IME_ERROR_OPERATION_FAILED;
- }
-
retVal = _check_privilege();
if (retVal != IME_ERROR_NONE) {
LOGE("_check_privilege returned %d.", retVal);