Automatically go back to the "Setting" menu shortly after entering "delete" menu
authorJihoon Chung <jihoon.chung@samsaung.com>
Tue, 24 Sep 2013 10:30:06 +0000 (19:30 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Tue, 24 Sep 2013 14:29:12 +0000 (23:29 +0900)
commit3ee1650bea8689eb9fef26945540798718d92d8d
treefcd5cb62f41c259e58eba5f6fded03e9c627cec5
parent0b61c7a4b273dcbe737e73e2341d892ddd50124b
Automatically go back to the "Setting" menu shortly after entering "delete" menu

[Issue#]   N/A
[Problem]  Steps to reproduce
           1. Go to "Setting" application
           2. Website settings -> select origin
           3. Select More key -> select delete
           4. Delete menu is shown briefly but goes back to previous menu right away.
[Cause]    Wrong API usage: 'elm_toolbar_item_selected_set' call is root cause of issue.
           After this API call, 'elm_toolbar_item_selected_set', elementary(toolbar) calls
           'clicked' callback function.
           Callback function move to current screen to previous menu.
[Solution] Removed API calling as this API is unnecessary.

Change-Id: Id8cbe959be6102efa62a470ee3d2da12e8ca5b68
webapp-detail/permission_delete_view.cpp