edje: wibble

SVN revision: 48509
This commit is contained in:
Boris Faure 2010-05-01 16:17:44 +00:00
parent 15b7e11198
commit 5a4287896d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{