edje: wibble
authorbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 1 May 2010 16:17:44 +0000 (16:17 +0000)
committerbilliob <billiob@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 1 May 2010 16:17:44 +0000 (16:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@48509 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_external.c

index 69a242f..8a8eea5 100644 (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)
      {