bug fix - disable context menu of entry 72/48872/2
authorSoohye Shin <soohye.shin@samsung.com>
Thu, 1 Oct 2015 05:59:13 +0000 (14:59 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Thu, 1 Oct 2015 06:01:51 +0000 (15:01 +0900)
Change-Id: Ia8d5f21198f75629c8286f77ffabc4ae9de88f0e
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/utils.c

index 6f1a4da..ff271bc 100644 (file)
@@ -340,6 +340,7 @@ Evas_Object *utils_add_entry(Evas_Object *base, bool password,
        evas_object_size_hint_weight_set(entry, EVAS_HINT_EXPAND,
                        EVAS_HINT_EXPAND);
        elm_entry_cursor_end_set(entry);
+       elm_entry_context_menu_disabled_set(entry, EINA_TRUE);
 
        if (password) {
                elm_entry_password_set(entry, EINA_TRUE);