elementary/elc_naviframe : The content, will be popped, doesn't need
authorwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 19 Oct 2011 05:34:41 +0000 (05:34 +0000)
committerwoohyun <woohyun@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 19 Oct 2011 05:34:41 +0000 (05:34 +0000)
to control focus.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64161 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_naviframe.c

index a585473..c30e563 100644 (file)
@@ -932,6 +932,7 @@ elm_naviframe_item_pop(Evas_Object *obj)
 
    it = (Elm_Naviframe_Item *) elm_naviframe_top_item_get(obj);
    if (!it) return NULL;
+   elm_widget_tree_unfocusable_set(it->content, EINA_TRUE);
    if (wd->preserve)
      content = it->content;