bug fix - build error 31/45131/1
authorSoohye Shin <soohye.shin@samsung.com>
Mon, 3 Aug 2015 01:04:18 +0000 (10:04 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Mon, 3 Aug 2015 01:04:18 +0000 (10:04 +0900)
Change-Id: I05750c2c75f1ca3bde80026f4ae74c4169c5cde3
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/view/view_user_edit.c

index 0ef6b49..6ce8a13 100644 (file)
@@ -355,8 +355,7 @@ static Evas_Object *_add_layout(struct _priv *priv)
        if (!photo)
                goto err;
 
-       name = utils_add_entry(ly, MESSAGE_ENTRY_NAME, false,
-                       PART_USER_EDIT_CONTENTS_NAME);
+       name = utils_add_entry(ly, "", false, PART_USER_EDIT_CONTENTS_NAME);
        if (!name)
                goto err;