Prevent Fixes
authorAmith Kumar Mahale <amith.m@samsung.com>
Thu, 27 Jun 2013 07:22:44 +0000 (12:52 +0530)
committerAmith Kumar Mahale <amith.m@samsung.com>
Thu, 27 Jun 2013 07:22:44 +0000 (12:52 +0530)
Change-Id: I9526a6d2cbb767db56d7b45ce9f341d8edef3711
Signed-off-by: Amith Kumar Mahale <amith.m@samsung.com>
src/ClEventDeleterForm.cpp
src/ClPanningAnimationManager.cpp

index d446ee2..32013ed 100644 (file)
@@ -588,9 +588,9 @@ EventDeleterForm::OnGroupedListViewItemStateChanged(GroupedListView& listView, i
        if (pEventInst != null)
        {
                id = pEventInst->GetOriginalEventId();
+           AutoCheckSameEvents(id, status);
        }
 
-    AutoCheckSameEvents(id, status);
        SetAllSelectedEvents(listView, groupIndex, itemIndex, status);
 
        if (__pGroupedListViewDeleteList->IsItemChecked(groupIndex, itemIndex) == true)
index 33df77f..1a2a7fb 100644 (file)
@@ -79,8 +79,6 @@ PanningAnimationManager::AddView(Control& view, ViewScrollEffect position)
                __pPreview = &view;
                __pPreview->SetPosition(GetWidth() - __pPreview->GetWidth(), __pPreview->GetY());
                break;
-       default:
-               break;
        }
 
        return r;