From 86fa39125ca8cf54e9485bcccb8a22b41c78b687 Mon Sep 17 00:00:00 2001 From: bdilly Date: Wed, 26 Oct 2011 19:49:09 +0000 Subject: [PATCH] Edje: minor - Fix swallow part error msg git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@64416 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index 7aab2e4..e1f2687 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -1846,7 +1846,7 @@ edje_object_part_swallow(Evas_Object *obj, const char *part, Evas_Object *obj_sw if (!rp) return EINA_FALSE; if (rp->part->type != EDJE_PART_TYPE_SWALLOW) { - ERR("cannot unswallow part %s: not swallow type!", rp->part->name); + ERR("cannot swallow part %s: not swallow type!", rp->part->name); return EINA_FALSE; } _edje_real_part_swallow(rp, obj_swallow, EINA_TRUE); -- 2.7.4