Changes after TouchedSignal changes
[platform/core/uifw/dali-demo.git] / examples / text-label-multi-language / text-label-multi-language-example.cpp
index 2ebb286..abe62fe 100644 (file)
@@ -67,7 +67,7 @@ public:
     mTableView.SetResizePolicy( ResizePolicy::USE_NATURAL_SIZE, Dimension::HEIGHT );
     mTableView.SetProperty( Actor::Property::PARENT_ORIGIN, ParentOrigin::TOP_LEFT );
     mTableView.SetProperty( Actor::Property::ANCHOR_POINT, AnchorPoint::TOP_LEFT );
-    mTableView.TouchSignal().Connect( this, &TextLabelMultiLanguageExample::OnTouch );
+    mTableView.TouchedSignal().Connect( this, &TextLabelMultiLanguageExample::OnTouch );
     window.Add( mTableView );
 
     for( unsigned int index = 0u; index < NUMBER_OF_LANGUAGES; ++index )