License and Privilege changes
[apps/osp/Call.git] / src / CallIncomingCallForm.cpp
index def9aef..f68fba0 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -988,7 +988,7 @@ IncomingCallForm::CreateItem(int itemIndex, int itemWidth)
        pMsgLbl->SetTextVerticalAlignment(ALIGNMENT_MIDDLE);
        pMsgLbl->SetTextConfig(FONT_SIZE_MSG_TXT, LABEL_TEXT_STYLE_NORMAL);
        pMsgLbl->SetTextColor(COLOR_LIST_TEXT_NORMAL);
-       pItem->AddControl(*pMsgLbl);
+       pItem->AddControl(pMsgLbl);
 
        //Send Button
        if(isShowSendButton == true)