[entry] bug fix about commit position
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Nov 2010 11:09:47 +0000 (20:09 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 24 Nov 2010 11:09:47 +0000 (20:09 +0900)
debian/changelog
src/lib/edje_entry.c

index fcf8200..a3e735b 100644 (file)
@@ -1,3 +1,11 @@
+edje (1.0.0.001+svn.51480slp2+build32) unstable; urgency=low
+
+  * [entry] bug fix about commit position
+  * Git: 165.213.180.234:/git/slp/pkgs/edje
+  * Tag: edje_1.0.0.001+svn.51480slp2+build32
+
+ -- Jihoon Kim <jihoon48.kim@samsung.com>  Wed, 24 Nov 2010 17:35:37 +0900
+
 edje (1.0.0.001+svn.51480slp2+build31) unstable; urgency=low
 
   * Bug fix : password problem
index 8ba17c3..1775b76 100644 (file)
@@ -3651,7 +3651,8 @@ _edje_entry_imf_event_preedit_changed_cb(void *data, int type __UNUSED__, void *
                        eina_strbuf_append(buf, "</>");
                     }
 
-                  else if (attr->preedit_type == ECORE_IMF_PREEDIT_TYPE_SUB2)
+                  else if (attr->preedit_type == ECORE_IMF_PREEDIT_TYPE_SUB2 ||
+                           attr->preedit_type == ECORE_IMF_PREEDIT_TYPE_SUB3)
                     {
                        eina_strbuf_append(buf, "<preedit_sel>");
                        eina_strbuf_append_n(buf, preedit_string + attr->start_index, attr->end_index - attr->start_index + 1);