linker problem. not sure what is the problem. needs analysis

SVN revision: 79479
This commit is contained in:
Andreas Volz 2012-11-20 21:05:21 +00:00
parent 4c5ce32c20
commit 77174beaf8
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ void Entry::insertText (const std::string &entry)
void Entry::appendText (const std::string &entry)
{
elm_entry_entry_append(o, entry.c_str ());
// FIXME: hm, this doesn't link in application. Find out why...
//elm_entry_entry_append(o, entry.c_str ());
}
void Entry::setLineWrap (Elm_Wrap_Type wrap)