SVN revision: 16482
This commit is contained in:
sebastid 2005-09-03 04:47:32 +00:00 committed by sebastid
parent 5b57517f63
commit c1b9ee22b8
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ evas_object_stack_above(Evas_Object *obj, Evas_Object *above)
if (above->smart.smart)
{
if (above->smart.smart->smart_class->above_get)
above = above->smart.smart->smart_class->above_get(above);
above = above->smart.smart->smart_class->above_get(above);
}
if (obj->smart.smart)
{