projects
/
platform
/
core
/
uifw
/
ise-engine-tables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217d969
)
initialize member variable
01/16801/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Fri, 17 May 2013 04:42:51 +0000
(13:42 +0900)
committer
Ji-hoon Lee
<dalton.lee@samsung.com>
Mon, 24 Feb 2014 14:37:12 +0000
(23:37 +0900)
Change-Id: I72eb6f7bf6ab3f1928b8e420562105b37f9248a2
src/scim_table_imengine.cpp
patch
|
blob
|
history
diff --git
a/src/scim_table_imengine.cpp
b/src/scim_table_imengine.cpp
index c297b8f4f88e426e2c012eb50e2428e27f04e7d4..a93cd12cdd7213c20611be60f96209e5cf48ee21 100755
(executable)
--- a/
src/scim_table_imengine.cpp
+++ b/
src/scim_table_imengine.cpp
@@
-461,6
+461,7
@@
TableInstance::TableInstance (TableFactory *factory,
m_single_quotation_state (false),
m_forward (false),
m_focused (false),
+ m_lookup_table_always_on (false),
m_inputing_caret (0),
m_inputing_key (0),
m_iconv (encoding)