sighhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh

SVN revision: 49176
This commit is contained in:
Mike Blumenkrantz 2010-05-24 08:28:23 +00:00
parent 7a283dbdf0
commit feafca280f
1 changed files with 2 additions and 2 deletions

View File

@ -385,8 +385,8 @@ elm_flip_content_back_set(Evas_Object *obj, Evas_Object *content)
wd->back.content = content;
if (content)
{
elm_widget_sub_object_add(content, obj);
evas_object_smart_member_add(obj, content);
elm_widget_sub_object_add(obj, content);
evas_object_smart_member_add(content, obj);
evas_object_clip_set(content, wd->back.clip);
evas_object_event_callback_add(content,
EVAS_CALLBACK_CHANGED_SIZE_HINTS,