Changes after TouchedSignal changes
[platform/core/uifw/dali-demo.git] / examples / web-view / web-view-example.cpp
index b50fb42..7d48243 100644 (file)
@@ -82,7 +82,7 @@ public:
     mAddressLabel.SetProperty( Toolkit::TextLabel::Property::POINT_SIZE, fontSize );
     mAddressLabel.SetProperty( Toolkit::TextLabel::Property::TEXT_COLOR, Color::WHITE );
     mAddressLabel.SetBackgroundColor( Vector4( 0, 0, 0, 0.5f ) );
-    mAddressLabel.TouchSignal().Connect( this, &WebViewController::OnTouchText );
+    mAddressLabel.TouchedSignal().Connect( this, &WebViewController::OnTouchText );
     window.Add( mAddressLabel );
 
     // Respond to key events