remove deprecated function related with elm_layout_XXX

SVN revision: 69083
This commit is contained in:
Jiyoun Park 2012-03-09 09:28:04 +00:00
parent 6b0ff06478
commit 21cc740e22
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ bool Layout::setFile (const std::string &file, const std::string &group)
void Layout::setContent (const std::string &swallow, const Evasxx::Object &content)
{
elm_layout_content_set (o, swallow.c_str (), content.obj ());
elm_object_part_content_set (o, swallow.c_str (), content.obj ());
}
Eflxx::CountedPtr <Edjexx::Object> Layout::getEdje ()