fix copy&paste bug
[apps/core/preloaded/music-player.git] / src / common / mp-widget.c
index 366139a..475f1f1 100755 (executable)
@@ -356,6 +356,7 @@ mp_widget_create_editfield(Evas_Object * parent, int limit_size, char *guide_txt
        elm_entry_scrollable_set(entry, EINA_TRUE);
        elm_entry_autocapital_type_set(entry, ELM_AUTOCAPITAL_TYPE_NONE);
        elm_entry_input_panel_layout_set(entry, ELM_INPUT_PANEL_LAYOUT_NORMAL);
+       elm_entry_cnp_mode_set(entry, ELM_CNP_MODE_PLAINTEXT);
 
        evas_object_data_set(editfield, "entry", entry);
        elm_object_part_content_set(editfield, "elm.swallow.content", entry);