Fixed Nabi Issues: 53721,53372,53761,53768
[apps/osp/Internet.git] / src / IntAddBookmarkForm.cpp
index 441d781..82cf5bd 100644 (file)
@@ -515,7 +515,10 @@ AddBookmarkForm::OnListViewItemStateChanged(ListView& listView, int index, int e
        }
        else
        {
+               __pList->SetItemChecked(__selectedIndex,false);
+               __pList->SetItemChecked(index,true);
                __selectedIndex = index;
+
                if (index > 1 && __pList->GetItemCount() != index +1)
                {
                        String parentID = "0";
@@ -537,8 +540,8 @@ AddBookmarkForm::OnListViewItemStateChanged(ListView& listView, int index, int e
                        return;
                }
 
-               __pList->UpdateList();
-               //              __pList->RefreshList(0, LIST_REFRESH_TYPE_ITEM_MODIFY);
+//             __pList->UpdateList();//removed for issue 53372
+                               __pList->RefreshList(0, LIST_REFRESH_TYPE_ITEM_MODIFY);
 
        }