[TSAM-11592] wearable : Fixed App crash issue 49/105149/1 accepted/tizen/common/20161216.124439 accepted/tizen/ivi/20161216.083328 accepted/tizen/mobile/20161216.083224 accepted/tizen/tv/20161216.083256 accepted/tizen/wearable/20161216.083315 submit/tizen/20161216.044056
authorMilind Murhekar <m.murhekar@samsung.com>
Thu, 15 Dec 2016 15:11:44 +0000 (20:41 +0530)
committerMilind Murhekar <m.murhekar@samsung.com>
Thu, 15 Dec 2016 15:11:44 +0000 (20:41 +0530)
Description: : This patch fixes the Application crash issue
this issue occurs when application calls "elm_object_item_del()"
when moving the connecting AP to top in Genlist.

Change-Id: Ia50cc53ee22a11c8211a0d7b608f8ca8b3b405b9
Signed-off-by: Milind Murhekar <m.murhekar@samsung.com>
packaging/wifi-efl-ug.spec
sources/wearable/src/wearable-circle/view/layout_scan.c

index e1b3392..08e066a 100644 (file)
@@ -1,7 +1,7 @@
 %define _unpackaged_files_terminate_build 0
 Name:          wifi-efl-ug
 Summary:       Wi-Fi UI Gadget for TIZEN
-Version:       1.0.222
+Version:       1.0.223
 Release:       1
 Group:         App/Network
 License:       Flora-1.1
index 8421dbe..9966fd1 100755 (executable)
@@ -431,7 +431,6 @@ void layout_scan_ap_list_item_move_to_top(layout_scan_object *self,
        WIFI_RET_IF_FAIL(wifi_ap_itc != NULL);
 
        data = elm_object_item_data_get(item);
-       elm_object_item_del(item);
 
        new_item = elm_genlist_item_insert_after(self->ap_list,
                                                 wifi_ap_itc, data, NULL,