[*][elc_naviframe] Add elm_widget_tree_unfocusable_set for naviframe_item_pop function
authorWooHyun Jung <wh0705.jung@samsung.com>
Wed, 19 Oct 2011 02:33:53 +0000 (11:33 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Wed, 19 Oct 2011 02:33:53 +0000 (11:33 +0900)
src/lib/elc_naviframe.c

index 5be6505..f36b3a9 100644 (file)
@@ -930,6 +930,7 @@ elm_naviframe_item_pop(Evas_Object *obj)
 
    it = ELM_CAST(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;