rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=3219367c6da7098af8406fd71f4616869844711a

commit 3219367c6da7098af8406fd71f4616869844711a
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Mon Jul 20 15:34:01 2015 +0300

    Connector: replace the ewe_entry to elm_entry
    
    Change-Id: I56a9b03047c82ad97d658081c6c4af1aac356111
---
 src/bin/ui/connector.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/connector.c b/src/bin/ui/connector.c
index ec45751..ed5fa71 100644
--- a/src/bin/ui/connector.c
+++ b/src/bin/ui/connector.c
@@ -474,7 +474,7 @@ _popup_layout_add(void *data,
    elm_popup_orient_set(ap->popup, ELM_POPUP_ORIENT_CENTER);
 
    LAYOUT_PROP_ADD(ap->popup, "Style name:", "property", "1swallow")
-   EWE_ENTRY_ADD(item, en, true)
+   ENTRY_ADD(item, en, true)
    elm_object_part_text_set(en, "guide", _("Type a new layout name"));
    elm_entry_markup_filter_append(en, elm_entry_filter_accept_set, 
&accept_name);
    elm_object_part_content_set(item, "elm.swallow.content", en);

-- 


Reply via email to