Fix to N_SE-55047
authorGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 16 Oct 2013 07:49:43 +0000 (13:19 +0530)
committerGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 16 Oct 2013 07:49:43 +0000 (13:19 +0530)
Change-Id: I907d8d3e5ea91763f0714f24035c074d1692a60f
Signed-off-by: Gaurav Bhatt <gaurav.bhatt@samsung.com>
src/ClListPanel.cpp

index 75fcd52..e4cc2c8 100644 (file)
@@ -778,7 +778,7 @@ ListPanel::RefreshGroups(int groupIndex)
                        }
                        __pGroupedListViewEventsList->RefreshList(__pGroupedListViewEventsList->GetGroupCount() - 1, 0, LIST_REFRESH_TYPE_ITEM_MODIFY);
 
-                       int finalcount = __pGroupedListViewEventsList->GetGroupCount();
+                       int finalcount = __pPm->GetWholeDayCount();
                        if (prevGroupCount != finalcount)
                        {
                                __pGroupedListViewEventsList->ExpandAllGroups();