Skip pages on the smart functions that act on members. It was making some appear when they weren't supposed to.

SVN revision: 51994
This commit is contained in:
Iván Briano 2010-09-08 19:26:58 +00:00
parent e2f4dec966
commit 46becb9f19
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ elm_pager_content_push(Evas_Object *obj, Evas_Object *content)
_changed_size_hints, it);
edje_object_part_swallow(it->base, "elm.swallow.content", it->content);
edje_object_size_min_calc(it->base, &it->minw, &it->minh);
evas_object_data_set(it->base, "_elm_leaveme", obj);
evas_object_show(it->content);
wd->stack = eina_list_append(wd->stack, it);
_eval_top(obj);