remove code related with elm_panel_content_XXX

which was deprecated


SVN revision: 69090
This commit is contained in:
Jiyoun Park 2012-03-09 11:26:41 +00:00
parent 21cc740e22
commit 9ed4aebcb3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void Panel::setOrientation (Elm_Panel_Orient orient)
void Panel::setContent (Evasxx::Object &content)
{
elm_panel_content_set (o, content.obj ());
elm_object_content_set (o, content.obj ());
}
} // end namespace Elmxx