fix BS issue
authorLi Zhang <li2012.zhang@samsung.com>
Wed, 5 Dec 2012 11:06:56 +0000 (19:06 +0800)
committerGerrit Code Review <gerrit2@kim11>
Wed, 5 Dec 2012 11:47:19 +0000 (20:47 +0900)
Change-Id: I6f34a8a0c1b821c79babef3a6c2956bca747fc18

configure.ac
debian/changelog
ism/extras/efl_immodule/isf_imf_control_ui.cpp
packaging/isf.spec
releasenote.txt

index bd7eb7c..977768e 100755 (executable)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script
 #AC_INIT(scim, 1.4.7, suzhe@tsinghua.org.cn)
-AC_INIT(isf, 2.3.6004, isf@samsung.com)
+AC_INIT(isf, 2.3.6005, isf@samsung.com)
 AC_CONFIG_SRCDIR([ism/src/scim.h])
 m4_pattern_allow([^AS_])
 
index 47545c4..9d6bf5b 100755 (executable)
@@ -1,3 +1,11 @@
+isf (2.3.6005-1slp2+1) unstable; urgency=low
+
+  * [immodule] Fix BS issue
+  * Git: framework/uifw/isf
+  * Tag: isf_2.3.6005-1slp2+1
+
+ -- Li Zhang <li2012.zhang@samsung.com>  Wed, 05 Dec 2012 19:18:00 +0900
+
 isf (2.3.6004-1slp2+1) unstable; urgency=low
 
   * [immodule] Add focus_in and focus_out for IMControl
index 4834aa6..81a115e 100644 (file)
@@ -131,7 +131,7 @@ static void _event_callback_call (Ecore_IMF_Input_Panel_Event type, int value)
 
     if (show_req_ic)
         using_ic = show_req_ic;
-    else
+    else if (get_focused_ic())
         using_ic = get_focused_ic()->ctx;
 
     if (type == ECORE_IMF_INPUT_PANEL_STATE_EVENT &&
index cb57447..5b3f3e8 100755 (executable)
@@ -4,7 +4,7 @@
 
 Name:       isf
 Summary:    Input Service Framework
-Version:    2.3.6004
+Version:    2.3.6005
 Release:    1
 Group:      TO_BE/FILLED_IN
 License:    LGPL
index 2504114..ae5a861 100755 (executable)
@@ -1,3 +1,7 @@
+ISF 2.3.6005 :
+  1. [immodule] Fix BS issue
+
+
 ISF 2.3.6004 :
   1. [immodule] Add focus_in and focus_out for IMControl
   2. Add ISF logs for no-ise-launching-at-first-boot in emulator