entry: revert a single line 03/204703/2
authorWonki Kim <wonki_.kim@samsung.com>
Fri, 26 Apr 2019 01:42:43 +0000 (10:42 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 26 Apr 2019 01:48:29 +0000 (01:48 +0000)
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>
src/lib/elementary/elm_entry.c

index 39af9f4..cacc8f2 100644 (file)
@@ -367,7 +367,7 @@ _save_do(Evas_Object *obj)
 {
    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: