Fix for issue N_SE-47052
authorGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 24 Jul 2013 06:57:12 +0000 (12:27 +0530)
committerGaurav Bhatt <gaurav.bhatt@samsung.com>
Wed, 24 Jul 2013 06:57:12 +0000 (12:27 +0530)
Change-Id: Ib619bb7cb501a1cd9c1351f152f523cc3109c955
Signed-off-by: Gaurav Bhatt <gaurav.bhatt@samsung.com>
src/ClListPanel.cpp

index bd4c63c..bc436f1 100644 (file)
@@ -370,7 +370,7 @@ ListPanel::CreateGroupItem(int groupIndex, int itemWidth)
        {
                pItem->SetTextColor(Color(COLOR_GROUP_ITEM_TEXT));
        }
-
+       __pGroupedListViewEventsList->SetItemEnabled(groupIndex, -1, true);
        return pItem;
 }