rimmed pushed a commit to branch master.

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

commit f98683372072f5b69498f11f1d6682e0d676ea98
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Jul 14 16:52:02 2015 +0300

    Wizard: use the Elemenary entry
    
    This is start of erase Ewe entry.
    
    Change-Id: I4facaea44ded284c8d5ab2563c146dee647e0e42
---
 src/bin/ui/wizard/wizard_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/wizard/wizard_common.c 
b/src/bin/ui/wizard/wizard_common.c
index 23c2407..dc63b93 100644
--- a/src/bin/ui/wizard/wizard_common.c
+++ b/src/bin/ui/wizard/wizard_common.c
@@ -353,7 +353,7 @@ wizard_import_common_add(const char *layout_name)
 
    //label.name
    elm_object_part_text_set(layout, "label.name", _("Project name:"));
-   EWE_ENTRY_ADD(layout, wiew->name, true)
+   ENTRY_ADD(layout, wiew->name, true)
    elm_entry_markup_filter_append(wiew->name,
                                   elm_entry_filter_accept_set, &accept_name);
    elm_object_part_content_set(layout, "swallow.name", wiew->name);

-- 


Reply via email to