X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-editor-impl.cpp;h=f9fe425e82b5ffc60a7fc4d07693bbbf1855393e;hb=fc7f0b361ec4c41e38ce5197dc5685c44fde80a6;hp=f1d3ae5a5eb6a054c1252d69d7adb53c5e04de7a;hpb=fca202af829a0657805e44461f08f284cdbf0bbb;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp b/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp index f1d3ae5..f9fe425 100644 --- a/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp +++ b/dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -370,7 +369,7 @@ void TextEditor::SetProperty( BaseObject* object, Property::Index index, const P case Toolkit::TextEditor::Property::GRAB_HANDLE_IMAGE: { const std::string imageFileName = value.Get< std::string >(); - DALI_LOG_INFO( gLogFilter, Debug::Verbose, "TextEditor %p GRAB_HANDLE_IMAGE %s\n", impl.mController.Get(), imageFileName ); + DALI_LOG_INFO( gLogFilter, Debug::Verbose, "TextEditor %p GRAB_HANDLE_IMAGE %s\n", impl.mController.Get(), imageFileName.c_str() ); if( impl.mDecorator && imageFileName.size() ) { @@ -382,7 +381,7 @@ void TextEditor::SetProperty( BaseObject* object, Property::Index index, const P case Toolkit::TextEditor::Property::GRAB_HANDLE_PRESSED_IMAGE: { const std::string imageFileName = value.Get< std::string >(); - DALI_LOG_INFO( gLogFilter, Debug::Verbose, "TextEditor %p GRAB_HANDLE_PRESSED_IMAGE %s\n", impl.mController.Get(), imageFileName ); + DALI_LOG_INFO( gLogFilter, Debug::Verbose, "TextEditor %p GRAB_HANDLE_PRESSED_IMAGE %s\n", impl.mController.Get(), imageFileName.c_str() ); if( impl.mDecorator && imageFileName.size() ) {