X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FIntEditHistoryListForm.cpp;h=cad46a5de85c6278b4d86dca975945b3f8a5ea27;hb=853c59acfbee013b2db4cb15affc2f3902d17bae;hp=899989ecf96b3e026cbbd9be638f2f243b84a38e;hpb=c99b9cc723d049af905725591d3669f2cb335186;p=apps%2Fosp%2FInternet.git diff --git a/src/IntEditHistoryListForm.cpp b/src/IntEditHistoryListForm.cpp index 899989e..cad46a5 100644 --- a/src/IntEditHistoryListForm.cpp +++ b/src/IntEditHistoryListForm.cpp @@ -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);