From: billiob Date: Sat, 1 May 2010 16:17:44 +0000 (+0000) Subject: edje: wibble X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~1294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbc60fdec0a052ea914e7fda900dcf34990d11b9;p=profile%2Fivi%2Fedje.git edje: wibble git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@48509 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_external.c b/src/lib/edje_external.c index 69a242f..8a8eea5 100644 --- a/src/lib/edje_external.c +++ b/src/lib/edje_external.c @@ -70,7 +70,7 @@ edje_object_part_external_object_get(const Evas_Object *obj, const char *part) if (!rp) { ERR("no part '%s'", part); - return EINA_FALSE; + return NULL; } if (rp->part->type != EDJE_PART_TYPE_EXTERNAL) {