diff options
author | infirit <[email protected]> | 2014-07-25 13:53:15 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-07-25 13:53:15 +0200 |
commit | 49522507d46e185a92151baf304f00ed5d2fcea0 (patch) | |
tree | 2c12549b286303a268ae852ea5ab3d85f714547d /src/eom-image-private.h | |
parent | 62d68512d2c08c3f22d9ba82c3d0b68039472c77 (diff) | |
download | eom-49522507d46e185a92151baf304f00ed5d2fcea0.tar.bz2 eom-49522507d46e185a92151baf304f00ed5d2fcea0.tar.xz |
Store the changed status of an image file
Based on oeg commit c1cc23e3c776c9b05b255c7127b4932d2d076b4e
From Claudio Saavedra <[email protected]>
Diffstat (limited to 'src/eom-image-private.h')
-rw-r--r-- | src/eom-image-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/eom-image-private.h b/src/eom-image-private.h index 679774e..b0ba0f0 100644 --- a/src/eom-image-private.h +++ b/src/eom-image-private.h @@ -62,6 +62,7 @@ struct _EomImagePrivate { guint iptc_chunk_len; gboolean modified; + gboolean file_is_changed; #ifdef HAVE_EXIF gboolean autorotate; |