elm: Applied elm's elm_object_content_get() usages.

SVN revision: 64515
This commit is contained in:
Daniel Juyung Seo 2011-10-30 03:46:35 +00:00
parent f3066c815f
commit 235b03a651
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ static Evas_Object *external_notify_content_get(void *data __UNUSED__,
const Evas_Object *obj, const char *content)
{
if (!strcmp(content, "content"))
return elm_notify_content_get(obj);
return elm_object_content_get(obj);
ERR("unknown content '%s'", content);
return NULL;