Resolved issues N_SE-38835, N_SE-38574 and replace the control build codes to xml.
[apps/osp/Calendar.git] / src / ClEventPresentationModel.cpp
index 35f294e..da7525a 100644 (file)
@@ -761,7 +761,7 @@ EventPresentationModel::Update(void)
 {
        AppLogDebug("Enter.");
        String subject = __pEvent->GetSubject();
-       if (subject.IsEmpty() == true)
+       if (subject.IsEmpty())
        {
                __pEvent->SetSubject(ResourceManager::GetString(IDS_CLD_BODY_NO_TITLE));
        }