X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FCallEndCallForm.cpp;h=deabc22c650ac5bdad47157a085f11689aee6829;hb=f94bb5a5a48a453368b9941e9bf373f0fbe2e797;hp=38ae27ea184456934a37aa6492722ef8926a82d9;hpb=ed6777cb3536f0e38e2d4df66a2709af740f52ee;p=apps%2Fosp%2FCall.git diff --git a/src/CallEndCallForm.cpp b/src/CallEndCallForm.cpp index 38ae27e..deabc22 100644 --- a/src/CallEndCallForm.cpp +++ b/src/CallEndCallForm.cpp @@ -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 // @@ -119,7 +119,7 @@ EndCallForm::InitializeCallButtonsPanel(void) __pCallButtonsPanel = new (std::nothrow) CallButtonsPanel(); __pCallButtonsPanel->ConstructPanel(this, FORMTYPE_ENDCALL); __pCallButtonsPanel->SetBounds(pKeysBgLbl->GetBounds()); - AddControl(*__pCallButtonsPanel); + AddControl(__pCallButtonsPanel); } RelativeLayout* pRelativeLayout = dynamic_cast(GetPortraitLayoutN()); @@ -584,7 +584,7 @@ EndCallForm::ShowCallersPhotoThumbnail(const Bitmap& pPhotoId) { if (__pSmallPhotoLabel != null) { - RemoveControl(*__pSmallPhotoLabel); + RemoveControl(__pSmallPhotoLabel); __pSmallPhotoLabel = null; } //Draw Small Photo and show on small photo label @@ -593,7 +593,7 @@ EndCallForm::ShowCallersPhotoThumbnail(const Bitmap& pPhotoId) __pSmallPhotoLabel->SetBackgroundColor(Color(0,0,0)); __pSmallPhotoLabel->SetBackgroundBitmap(pPhotoId); // Add a Label to the Form - AddControl(*__pSmallPhotoLabel); + AddControl(__pSmallPhotoLabel); __pSmallPhotoLabel->Invalidate(true); }