From: Li Zhang Date: Wed, 17 Jul 2013 07:13:08 +0000 (+0800) Subject: Add show_lookup_table in reset X-Git-Tag: submit/tizen_2.2/20130717.150058^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ea18107789597ea03cbec4c0939721045fdfaac;p=framework%2Fuifw%2Fise-engine-tables.git Add show_lookup_table in reset Change-Id: I885d9b06ec57ddc83fe502ae0bcb86b07229dd1b --- diff --git a/configure.ac b/configure.ac index 2d67633..357525b 100755 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. #AC_INIT(scim-tables, 0.5.10, suzhe@tsinghua.org.cn) #do not forget to edit skim/configure.in.in to change the version -AC_INIT(ise-engine-tables-zh, 0.0.0331, li2012.zhang@samsung.com) +AC_INIT(ise-engine-tables-zh, 0.0.0417, li2012.zhang@samsung.com) AC_CONFIG_SRCDIR([src/scim_table_imengine.h]) ISF_VERSION=1.0.0 diff --git a/packaging/ise-engine-tables.spec b/packaging/ise-engine-tables.spec index b4c3d31..71eb757 100644 --- a/packaging/ise-engine-tables.spec +++ b/packaging/ise-engine-tables.spec @@ -1,5 +1,5 @@ %define nam ise-engine-tables -%define ver 0.0.0331 +%define ver 0.0.0417 %define skim 0 %define rel 1 %define isf_version 1.0.0 diff --git a/src/scim_table_imengine.cpp b/src/scim_table_imengine.cpp index 64c50a1..677c566 100755 --- a/src/scim_table_imengine.cpp +++ b/src/scim_table_imengine.cpp @@ -789,6 +789,7 @@ TableInstance::reset () m_iconv.set_encoding (get_encoding ()); if (!m_forward) { refresh_lookup_table (true, true); + show_lookup_table (); } else { hide_lookup_table(); }