app: keep the image's "Untitled" string around as GFile too

This commit is contained in:
Michael Natterer
2014-07-08 00:15:41 +02:00
parent f5afc78532
commit 7f966cad39
4 changed files with 47 additions and 34 deletions

View File

@ -62,6 +62,7 @@ struct _GimpImagePrivate
GFile *imported_file; /* the image's source file */
GFile *exported_file; /* the image's export file */
GFile *save_a_copy_file; /* the image's save-a-copy file */
GFile *untitled_file; /* a file saying "Untitled" */
gint dirty; /* dirty flag -- # of ops */
guint dirty_time; /* time when image became dirty */