email_0.0.13 package upload
[apps/core/preloaded/email.git] / composer / src / email-composer-recipient.c
index d44cd56..06bcd06 100755 (executable)
@@ -98,6 +98,8 @@ static Evas_Object *_composer_mbe_create_mbe(Evas_Object *parent, COMPOSER_RECIP
 
        entry = elm_multibuttonentry_entry_get(mbe);
        elm_entry_input_panel_layout_set(entry, ELM_INPUT_PANEL_LAYOUT_EMAIL);
+       elm_entry_prediction_allow_set(entry, EINA_FALSE);
+       elm_entry_autocapital_type_set(entry, ELM_AUTOCAPITAL_TYPE_NONE);
        elm_entry_cnp_mode_set(entry, ELM_CNP_MODE_PLAINTEXT);
        elm_entry_text_style_user_push(entry, "DEFAULT='font_size=32 color=#000000'");