elementary/naviframe - default could be visible and don't need to emit signal for it.

SVN revision: 64016
This commit is contained in:
ChunEon Park 2011-10-12 10:45:22 +00:00
parent 3aa046714d
commit 38beb85cfa
2 changed files with 1 additions and 3 deletions

View File

@ -280,7 +280,7 @@ group { name:"elm/naviframe/item/basic/default";
program { name: "visible";
signal: "elm,state,visible";
source: "elm";
action: STATE_SET "show" 0.0;
action: STATE_SET "default" 0.0;
target: "elm.swallow.content";
}
program { name: "title_show";

View File

@ -869,8 +869,6 @@ elm_naviframe_item_push(Evas_Object *obj,
"elm,state,new,pushed",
"elm");
}
else
edje_object_signal_emit(it->base.view, "elm,state,visible", "elm");
it->title_visible = EINA_TRUE;
wd->stack = eina_list_append(wd->stack, it);
return ELM_CAST(it);