[3.0] (button) Downgrade warning level of setting Label Text APIs to only show with... 01/123701/1
authorminho.sun <minho.sun@samsung.com>
Thu, 6 Apr 2017 13:38:10 +0000 (22:38 +0900)
committerminho.sun <minho.sun@samsung.com>
Thu, 6 Apr 2017 13:38:10 +0000 (22:38 +0900)
Change-Id: I9c7b02d952ba8b9513b212f2bcd47ecd6d69d279
Signed-off-by: minho.sun <minho.sun@samsung.com>
dali-toolkit/public-api/controls/buttons/button.cpp
dali-toolkit/public-api/controls/buttons/button.h

index 783e1e6..53c1979 100644 (file)
@@ -157,7 +157,7 @@ float Button::GetAnimationTime() const
 
 void Button::SetLabelText( const std::string& label )
 {
-  DALI_LOG_WARNING_NOFN("DEPRECATION WARNING: SetLabelText() is deprecated and will be removed from next release. Use SetProperty LABEL or Styling file instead.\n" );
+  DALI_LOG_WARNING("DEPRECATION WARNING: SetLabelText() is deprecated and will be removed from next release. Use SetProperty LABEL or Styling file instead.\n" );
 
   Dali::Toolkit::GetImplementation( *this ).SetLabelText( label );
 }
index 45a517a..3d750a1 100644 (file)
@@ -326,8 +326,6 @@ public:
   float GetAnimationTime() const DALI_DEPRECATED_API;
 
   /**
-   * @DEPRECATED_1_1.32 SetProperty LABEL or Styling file
-   *
    * @brief Sets the button's label.
    *
    * @SINCE_1_0.0