License and Privilege changes
[apps/osp/Call.git] / src / CallButtonsPanel.cpp
index 06129b5..4b7c57b 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
 //
@@ -267,7 +267,7 @@ CallButtonsPanel::AddBackgroundBitmap(void)
                        Label* pBackgroundLabel = new (std::nothrow) Label();
                        pBackgroundLabel->Construct(Rectangle(0, 1, panelRect.width, panelRect.height), L"");
                        pBackgroundLabel->SetBackgroundBitmap(*pBgBitmap);
-                       r = AddControl(*pBackgroundLabel);
+                       r = AddControl(pBackgroundLabel);
 
                        //always display in background
                        SetControlAlwaysAtBottom(*pBackgroundLabel, true);