Fixed Nabi Issues N_SE-37650,37667,37664,37657,37656,37655,37676,37651,37707,37681...
[apps/osp/Internet.git] / src / IntEditHistoryListForm.cpp
index 899989e..cad46a5 100644 (file)
@@ -204,8 +204,11 @@ EditHistoryListForm::OnActionPerformed(const Tizen::Ui::Control& source, int act
                __pSelectedLabel->SetText(selectedText);
                __pSelectedLabel->Invalidate(true);
 
-               GetFooter()->SetItemEnabled(0, true);
-               GetFooter()->Invalidate(true);
+               if(__selectedCount > 0)
+               {
+                       GetFooter()->SetItemEnabled(0, true);
+                       GetFooter()->Invalidate(true);
+               }
 
                __pListView->Invalidate(true);