enable prediction_allow, autocapital type_set
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 22 Jul 2011 04:57:46 +0000 (13:57 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 22 Jul 2011 04:57:46 +0000 (13:57 +0900)
Change-Id: Id6c10fee001b62682e516a1929cf358747b1d4e6

src/lib/ecore_imf/ecore_imf_context.c

index 297ab45..afeb21d 100644 (file)
@@ -178,11 +178,11 @@ ecore_imf_context_add(const char *id)
 
    /* default prediction is EINA_TRUE, so let's make sure it's
     * set on the immodule */
-//   ecore_imf_context_prediction_allow_set(ctx, EINA_TRUE);
+   ecore_imf_context_prediction_allow_set(ctx, EINA_TRUE);
 
    /* default autocapital type is SENTENCE type, so let's make sure it's
     * set on the immodule */
-//   ecore_imf_context_autocapital_type_set(ctx, ECORE_IMF_AUTOCAPITAL_TYPE_SENTENCE);
+   ecore_imf_context_autocapital_type_set(ctx, ECORE_IMF_AUTOCAPITAL_TYPE_SENTENCE);
 
    /* default input panel enabled status is EINA_TRUE, so let's make sure it's
     * set on the immodule */