ejde/edje_entry.c : commit_cancel should be EINA_FALSE when there is one or more...
authorWooHyun Jung <wh0705.jung@samsung.com>
Mon, 29 Apr 2013 03:46:22 +0000 (12:46 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 29 Apr 2013 03:46:22 +0000 (12:46 +0900)
src/lib/edje/edje_entry.c

index f8ce36c..c830b36 100644 (file)
@@ -216,7 +216,9 @@ _text_filter_markup_prepend_internal(Edje *ed, Entry *en, Evas_Textblock_Cursor
 #ifdef HAVE_ECORE_IMF
    // For skipping useless commit
    if (en->have_preedit && (!text || !strcmp(text, "")))
-      en->commit_cancel = EINA_TRUE;
+     en->commit_cancel = EINA_TRUE;
+   else
+     en->commit_cancel = EINA_FALSE;
 #endif
    if (text)
      {