From: glima Date: Tue, 3 Aug 2010 18:36:42 +0000 (+0000) Subject: Wrong return value here. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b304042868ab70a1453a8f8c3b75f3aa7a6659f;p=profile%2Fivi%2Fedje.git Wrong return value here. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@50778 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_edit.c b/src/lib/edje_edit.c index 3c0ce3e..2e32e60 100644 --- a/src/lib/edje_edit.c +++ b/src/lib/edje_edit.c @@ -1052,7 +1052,7 @@ edje_edit_group_name_set(Evas_Object *obj, const char *new_name) pce->entry = eina_stringshare_add(new_name); pc->part = pce->entry; - return EINA_FALSE; + return EINA_TRUE; } #define FUNC_GROUP_ACCESSOR(Class, Value) \