Removal of autocheck of allday events as the earlier fix was intented to events spann...
authorGaurav Bhatt <gaurav.bhatt@samsung.com>
Thu, 18 Jul 2013 07:21:32 +0000 (12:51 +0530)
committerGaurav Bhatt <gaurav.bhatt@samsung.com>
Thu, 18 Jul 2013 07:21:32 +0000 (12:51 +0530)
Change-Id: Ia0a1a354bfd8e61ff37d9ad5a089154cf17a6f07
Signed-off-by: Gaurav Bhatt <gaurav.bhatt@samsung.com>
src/ClEventDeleterForm.cpp

index 3ec7fd0..bd33aa3 100644 (file)
@@ -613,14 +613,6 @@ EventDeleterForm::OnGroupedListViewItemStateChanged(GroupedListView& listView, i
                }
        }
 
-       const CalEventInstance* pEventInst = __pPm->GetEventWithWholeIndex(actualGroupIndex, itemIndex);
-       RecordId id;
-       if (pEventInst != null)
-       {
-               id = pEventInst->GetOriginalEventId();
-           AutoCheckSameEvents(id, status);
-       }
-
        SetAllSelectedEvents(listView, groupIndex, itemIndex, status);
 
        if (__pGroupedListViewDeleteList->IsItemChecked(groupIndex, itemIndex) == true)