<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="1.1.14" install-location="internal-only">
+<manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="1.2.0" install-location="internal-only">
<label>Simple Menu-screen</label>
<author email="jinny.yoon@samsung.com" href="www.samsung.com">Jin Yoon</author>
<author email="yjoo93.park@samsung.com" href="www.samsung.com">Youngjoo Park</author>
Name: org.tizen.menu-screen
Summary: An utility library of the menu screen
-Version: 1.1.14
+Version: 1.2.0
Release: 1.1
Group: TO_BE/FILLED_IN
License: Flora Software License
Evas_Object *edit_button;
Evas_Object *scroller;
+ elm_object_tree_focus_allow_set(all_apps, EINA_FALSE);
evas_object_data_set(all_apps, "is_edited", (void *) true);
edit_button = elm_object_part_content_get(all_apps, ALL_APPS_EDIT_BUTTON_PART);
ret_if(NULL == all_apps);
+ elm_object_tree_focus_allow_set(all_apps, EINA_TRUE);
key_ungrab_home();
popup_destroy_all();