projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69fd667
)
Fix wrong conditional compile
17/148717/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 8 Sep 2017 11:10:39 +0000
(20:10 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 8 Sep 2017 11:10:39 +0000
(20:10 +0900)
Change-Id: I79f5dab462e6c05cb6d345a0429aced67517af1d
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/src/scim_helper.cpp
patch
|
blob
|
history
diff --git
a/ism/src/scim_helper.cpp
b/ism/src/scim_helper.cpp
index
17794a6
..
dc9ce05
100644
(file)
--- a/
ism/src/scim_helper.cpp
+++ b/
ism/src/scim_helper.cpp
@@
-1002,9
+1002,8
@@
HelperAgent::handle_message (MessageItem *message)
m_impl->signal_focus_out (this, subclass->get_ic_ref(), subclass->get_ic_uuid_ref());
m_impl->focused_ic = (uint32) -1;
if (!m_impl->si.null ()) m_impl->si->focus_out();
-#ifndef _TV
- m_impl->ise_show_flag = false;
-#endif
+ if (!_TV)
+ m_impl->ise_show_flag = false;
break;
}
case SCIM_TRANS_CMD_FOCUS_IN: