Summary:
the line this patch is reverting was not I intended.
at D8362, I just wanted to accept what zmike proposed.
this patch make the previous patch what It was supposed to be.
Reviewers: zmike
Subscribers: bowonryu, cedric, #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8694
Change-Id: I5ffcf88e2c8b6ec73b16e603f922f754e05bdb7d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
{
ELM_ENTRY_DATA_GET(obj, sd);
- if (!efl_file_loaded_get(obj)) return;
+ if (!sd->file) return;
switch (sd->format)
{
case ELM_TEXT_FORMAT_PLAIN_UTF8: